Html Css Color HEX #02D2DD Dark Turquoise

📋 copy color: '#02D2DD'

red 2 ◦ green 210 ◦ blue 221

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

Shades of Dark Turquoise #02D2DD

Tints of Dark Turquoise #02D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.5%

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

R = 0.46%
G = 48.5%
B = 51.04%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02D2DD (or 0x02D2DD) is known color: Dark Turquoise. HEX triplet: 02, D2 and DD. RGB value is (2,210,221). Sum of RGB (Red+Green+Blue) = 2+210+221=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #02D2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D2DD is #FD2D22. Grayscale: #949494. Windows color (decimal): -16592163 or 14537218. OLE color: 14537218.

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

Color convert

RGB 2 210 221 -
CMYK 0.99 0.05 0 0.13
HSL 183.01º 0.98% 0.44% -
HSV(B) 183.01º 0.99% 0.87% -
XYZ 36.12 51.33 76.41 -
YUV 149.06 168.59 23.11 -
System Red Green Blue C M Y K H S L
Decimal 2 210 221 0.99 0.05 0 0.13 183.01 0.98 0.44
Hex 2 D2 DD 63 5 0 D B7 62 2C
Octal 2 322 335 143 5 0 15 267 142 54
Binary 10 11010010 11011101 1100011 101 0 1101 10110111 1100010 101100

Color Harmonies of #02D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D2DD

Black with #02D2DD

Text Example


Text Example

White with #02D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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