Html Css Color HEX #02D9CC Dark Turquoise

📋 copy color: '#02D9CC'

red 2 ◦ green 217 ◦ blue 204

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

Shades of Dark Turquoise #02D9CC

Tints of Dark Turquoise #02D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 0.47%
G = 51.3%
B = 48.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#02D9CC (or 0x02D9CC) is known color: Dark Turquoise. HEX triplet: 02, D9 and CC. RGB value is (2,217,204). Sum of RGB (Red+Green+Blue) = 2+217+204=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #02D9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9CC is #FD2633. Grayscale: #979797. Windows color (decimal): -16590388 or 13424898. OLE color: 13424898.

HSL color Cylindrical-coordinate representation of color #02D9CC: hue angle of 176.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9CC is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 217 204 -
CMYK 0.99 0 0.06 0.15
HSL 176.37º 0.98% 0.43% -
HSV(B) 176.37º 0.99% 0.85% -
XYZ 35.74 54 65.67 -
YUV 151.23 157.77 21.56 -
System Red Green Blue C M Y K H S L
Decimal 2 217 204 0.99 0 0.06 0.15 176.37 0.98 0.43
Hex 2 D9 CC 63 0 6 F B0 62 2B
Octal 2 331 314 143 0 6 17 260 142 53
Binary 10 11011001 11001100 1100011 0 110 1111 10110000 1100010 101011

Color Harmonies of #02D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D9CC

Black with #02D9CC

Text Example


Text Example

White with #02D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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