Html Css Color HEX #02DCCC Dark Turquoise

📋 copy color: '#02DCCC'

red 2 ◦ green 220 ◦ blue 204

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

Shades of Dark Turquoise #02DCCC

Tints of Dark Turquoise #02DCCC

RGB

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

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

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

R = 0.47%
G = 51.64%
B = 47.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#02DCCC (or 0x02DCCC) is known color: Dark Turquoise. HEX triplet: 02, DC and CC. RGB value is (2,220,204). Sum of RGB (Red+Green+Blue) = 2+220+204=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCCC is #FD2333. Grayscale: #989898. Windows color (decimal): -16589620 or 13425666. OLE color: 13425666.

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

Color convert

RGB 2 220 204 -
CMYK 0.99 0 0.07 0.14
HSL 175.6º 0.98% 0.44% -
HSV(B) 175.6º 0.99% 0.86% -
XYZ 36.52 55.56 65.93 -
YUV 152.99 156.78 20.3 -
System Red Green Blue C M Y K H S L
Decimal 2 220 204 0.99 0 0.07 0.14 175.6 0.98 0.44
Hex 2 DC CC 63 0 7 E B0 62 2C
Octal 2 334 314 143 0 7 16 260 142 54
Binary 10 11011100 11001100 1100011 0 111 1110 10110000 1100010 101100

Color Harmonies of #02DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCCC

Black with #02DCCC

Text Example


Text Example

White with #02DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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