#02CCE8

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

Shades of Dark Turquoise #02CCE8

Tints of Dark Turquoise #02CCE8

Color information

#02CCE8 (or 0x02CCE8) is unknown color: approx Dark Turquoise. HEX triplet: 02, CC and E8. RGB value is (2,204,232). Sum of RGB (Red+Green+Blue) = 2+204+232=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #02CCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CCE8 is #FD3317. Grayscale: #929292. Windows color (decimal): -16593688 or 15256578. OLE color: 15256578.

HSL color Cylindrical-coordinate representation of color #02CCE8: hue angle of 187.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCE8 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2204232-
CMYK0.990.1200.09
HSL187.3º98.29%45.88%-
HSV(B)187.3º99.14%90.98%-
XYZ36.1849.0283.9-
YUV146.79176.0824.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 204 (80.08% from 255) = 46.58%
BLUE value IS 232 (91.02% from 255) = 52.97%
R=0.46%
G=46.58%
B=52.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22042320.990.1200.09187.398.2945.88
Hex2CCE863C09bb622e
Octal23143501431401127314256
Binary1011001100111010001100011110001001101110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CCE8; }

 p { color: rgb(2,204,232); }

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

<style>
 a { background-color: #02CCE8; }

 a { background-color: rgb(2,204,232); }

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

<style>
 span { border-color: #02CCE8; }

 span { border-color: rgb(2,204,232); }

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