Html Css Color HEX #02DED1 Dark Turquoise

📋 copy color: '#02DED1'

red 2 ◦ green 222 ◦ blue 209

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

Shades of Dark Turquoise #02DED1

Tints of Dark Turquoise #02DED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.27%

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 0.46%
G = 51.27%
B = 48.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#02DED1 (or 0x02DED1) is known color: Dark Turquoise. HEX triplet: 02, DE and D1. RGB value is (2,222,209). Sum of RGB (Red+Green+Blue) = 2+222+209=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #02DED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DED1 is #FD212E. Grayscale: #9A9A9A. Windows color (decimal): -16589103 or 13753858. OLE color: 13753858.

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

Color convert

RGB 2 222 209 -
CMYK 0.99 0 0.06 0.13
HSL 176.45º 0.98% 0.44% -
HSV(B) 176.45º 0.99% 0.87% -
XYZ 37.65 56.86 69.31 -
YUV 154.74 158.61 19.06 -
System Red Green Blue C M Y K H S L
Decimal 2 222 209 0.99 0 0.06 0.13 176.45 0.98 0.44
Hex 2 DE D1 63 0 6 D B0 62 2C
Octal 2 336 321 143 0 6 15 260 142 54
Binary 10 11011110 11010001 1100011 0 110 1101 10110000 1100010 101100

Color Harmonies of #02DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DED1

Black with #02DED1

Text Example


Text Example

White with #02DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,222,209); }

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

background-color css

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

 a { background-color: rgb(2,222,209); }

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

border-color css

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

 span { border-color: rgb(2,222,209); }

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