Html Css Color HEX #02DDCD Dark Turquoise

📋 copy color: '#02DDCD'

red 2 ◦ green 221 ◦ blue 205

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

Shades of Dark Turquoise #02DDCD

Tints of Dark Turquoise #02DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.64%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 0.47%
G = 51.64%
B = 47.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#02DDCD (or 0x02DDCD) is known color: Dark Turquoise. HEX triplet: 02, DD and CD. RGB value is (2,221,205). Sum of RGB (Red+Green+Blue) = 2+221+205=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDCD is #FD2232. Grayscale: #999999. Windows color (decimal): -16589363 or 13491458. OLE color: 13491458.

HSL color Cylindrical-coordinate representation of color #02DDCD: hue angle of 175.62º 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 #02DDCD is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 205 -
CMYK 0.99 0 0.07 0.13
HSL 175.62º 0.98% 0.44% -
HSV(B) 175.62º 0.99% 0.87% -
XYZ 36.9 56.13 66.65 -
YUV 153.7 156.95 19.8 -
System Red Green Blue C M Y K H S L
Decimal 2 221 205 0.99 0 0.07 0.13 175.62 0.98 0.44
Hex 2 DD CD 63 0 7 D B0 62 2C
Octal 2 335 315 143 0 7 15 260 142 54
Binary 10 11011101 11001101 1100011 0 111 1101 10110000 1100010 101100

Color Harmonies of #02DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDCD

Black with #02DDCD

Text Example


Text Example

White with #02DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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