Html Css Color HEX #02DCD4 Dark Turquoise

📋 copy color: '#02DCD4'

red 2 ◦ green 220 ◦ blue 212

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

Shades of Dark Turquoise #02DCD4

Tints of Dark Turquoise #02DCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 0.46%
G = 50.69%
B = 48.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#02DCD4 (or 0x02DCD4) is known color: Dark Turquoise. HEX triplet: 02, DC and D4. RGB value is (2,220,212). Sum of RGB (Red+Green+Blue) = 2+220+212=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD4 is #FD232B. Grayscale: #999999. Windows color (decimal): -16589612 or 13949954. OLE color: 13949954.

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

Color convert

RGB 2 220 212 -
CMYK 0.99 0 0.04 0.14
HSL 177.8º 0.98% 0.44% -
HSV(B) 177.8º 0.99% 0.86% -
XYZ 37.5 55.95 71.11 -
YUV 153.91 160.78 19.65 -
System Red Green Blue C M Y K H S L
Decimal 2 220 212 0.99 0 0.04 0.14 177.8 0.98 0.44
Hex 2 DC D4 63 0 4 E B2 62 2C
Octal 2 334 324 143 0 4 16 262 142 54
Binary 10 11011100 11010100 1100011 0 100 1110 10110010 1100010 101100

Color Harmonies of #02DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCD4

Black with #02DCD4

Text Example


Text Example

White with #02DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,212); }

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

background-color css

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

 a { background-color: rgb(2,220,212); }

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

border-color css

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

 span { border-color: rgb(2,220,212); }

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