Html Css Color HEX #02D9DD Dark Turquoise

📋 copy color: '#02D9DD'

red 2 ◦ green 217 ◦ blue 221

#02D9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #02D9DD

Tints of Dark Turquoise #02D9DD

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 0.45%
G = 49.32%
B = 50.23%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02D9DD (or 0x02D9DD) is known color: Dark Turquoise. HEX triplet: 02, D9 and DD. RGB value is (2,217,221). Sum of RGB (Red+Green+Blue) = 2+217+221=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #02D9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9DD is #FD2622. Grayscale: #989898. Windows color (decimal): -16590371 or 14539010. OLE color: 14539010.

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

Color convert

RGB 2 217 221 -
CMYK 0.99 0.02 0 0.13
HSL 181.1º 0.98% 0.44% -
HSV(B) 181.1º 0.99% 0.87% -
XYZ 37.89 54.86 77 -
YUV 153.17 166.27 20.17 -
System Red Green Blue C M Y K H S L
Decimal 2 217 221 0.99 0.02 0 0.13 181.1 0.98 0.44
Hex 2 D9 DD 63 2 0 D B5 62 2C
Octal 2 331 335 143 2 0 15 265 142 54
Binary 10 11011001 11011101 1100011 10 0 1101 10110101 1100010 101100

Color Harmonies of #02D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D9DD

Black with #02D9DD

Text Example


Text Example

White with #02D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,221); }

 H1.HeaderClassName
 {
   color: #02D9DD;
 }
 .AnyTagClassName
 {
   color: #02D9DD;
 }
</style>

background-color css

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

 a { background-color: rgb(2,217,221); }

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

border-color css

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

 span { border-color: rgb(2,217,221); }

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