#02DCD6

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

Shades of Dark Turquoise #02DCD6

Tints of Dark Turquoise #02DCD6

Color information

#02DCD6 (or 0x02DCD6) is unknown color: approx Dark Turquoise. HEX triplet: 02, DC and D6. RGB value is (2,220,214). Sum of RGB (Red+Green+Blue) = 2+220+214=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD6 is #FD2329. Grayscale: #999999. Windows color (decimal): -16589610 or 14081026. OLE color: 14081026.

HSL color Cylindrical-coordinate representation of color #02DCD6: hue angle of 178.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCD6 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB2220214-
CMYK0.9900.030.14
HSL178.35º98.2%43.53%-
HSV(B)178.35º99.09%86.27%-
XYZ37.7656.0572.45-
YUV154.13161.7819.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 220 (86.33% from 255) = 50.46%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=0.46%
G=50.46%
B=49.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22202140.9900.030.14178.3598.243.53
Hex2DCD66303Eb2622c
Octal2334326143031626214254
Binary10110111001101011011000110111110101100101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,220,214); }

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

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

 a { background-color: rgb(2,220,214); }

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

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

 span { border-color: rgb(2,220,214); }

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