#1CF8E9

Color #1CF8E9 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1CF8E9

Tints of Bright Turquoise #1CF8E9

Color information

#1CF8E9 (or 0x1CF8E9) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F8 and E9. RGB value is (28,248,233). Sum of RGB (Red+Green+Blue) = 28+248+233=509 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.50% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF8E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF8E9 is #E30716. Grayscale: #B4B4B4. Windows color (decimal): -14878487 or 15333404. OLE color: 15333404.

HSL color Cylindrical-coordinate representation of color #1CF8E9: hue angle of 175.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF8E9 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB28248233-
CMYK0.8900.060.03
HSL175.91º94.02%54.12%-
HSV(B)175.91º88.71%97.25%-
XYZ48.7573.2688.66-
YUV180.51157.6119.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 5.50%
GREEN value IS 248 (97.27% from 255) = 48.72%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=5.50%
G=48.72%
B=45.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal282482330.8900.060.03175.9194.0254.12
Hex1CF8E959063b05e36
Octal3437035113106326013666
Binary1110011111000111010011011001011011101100001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CF8E9; }

 p { color: rgb(28,248,233); }

 H1.HeaderClassName
 {
   color: #1CF8E9;
 }
 .AnyTagClassName
 {
   color: #1CF8E9;
 }
</style>
background-color css

<style>
 a { background-color: #1CF8E9; }

 a { background-color: rgb(28,248,233); }

 div.DivClassName
 {
   background-color: #1CF8E9;
 }
 .BgClassName
 {
   background-color: #1CF8E9;
 }
</style>
border-color css

<style>
 span { border-color: #1CF8E9; }

 span { border-color: rgb(28,248,233); }

 td.TdClassName
 {
   border-color: #1CF8E9;
 }
 .TagClassName
 {
   border-color: #1CF8E9;
 }
</style>