#1CF0C8

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

Shades of Bright Turquoise #1CF0C8

Tints of Bright Turquoise #1CF0C8

Color information

#1CF0C8 (or 0x1CF0C8) is unknown color: approx Bright Turquoise. HEX triplet: 1C, F0 and C8. RGB value is (28,240,200). Sum of RGB (Red+Green+Blue) = 28+240+200=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF0C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF0C8 is #E30F37. Grayscale: #ACACAC. Windows color (decimal): -14880568 or 13168668. OLE color: 13168668.

HSL color Cylindrical-coordinate representation of color #1CF0C8: hue angle of 168.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF0C8 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB28240200-
CMYK0.8800.170.06
HSL168.68º87.6%52.55%-
HSV(B)168.68º88.33%94.12%-
XYZ42.0666.7465.31-
YUV172.05143.7625.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.98%
GREEN value IS 240 (94.14% from 255) = 51.28%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=5.98%
G=51.28%
B=42.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal282402000.8800.170.06168.6887.652.55
Hex1CF0C8580116a95835
Octal34360310130021625113065
Binary1110011110000110010001011000010001110101010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,240,200); }

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

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

 a { background-color: rgb(28,240,200); }

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

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

 span { border-color: rgb(28,240,200); }

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