#1CC8DF

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

Shades of Dark Turquoise #1CC8DF

Tints of Dark Turquoise #1CC8DF

Color information

#1CC8DF (or 0x1CC8DF) is unknown color: approx Dark Turquoise. HEX triplet: 1C, C8 and DF. RGB value is (28,200,223). Sum of RGB (Red+Green+Blue) = 28+200+223=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CC8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC8DF is #E33720. Grayscale: #969696. Windows color (decimal): -14890785 or 14665756. OLE color: 14665756.

HSL color Cylindrical-coordinate representation of color #1CC8DF: hue angle of 187.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC8DF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB28200223-
CMYK0.870.1000.13
HSL187.08º77.69%49.22%-
HSV(B)187.08º87.44%87.45%-
XYZ34.4546.8877.05-
YUV151.19168.5240.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.21%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 223 (87.5% from 255) = 49.45%
R=6.21%
G=44.35%
B=49.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282002230.870.1000.13187.0877.6949.22
Hex1CC8DF57A0Dbb4e31
Octal343103371271201527311661
Binary1110011001000110111111010111101001101101110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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