Html Css Color HEX #02C4DC Dark Turquoise

📋 copy color: '#02C4DC'

red 2 ◦ green 196 ◦ blue 220

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

Shades of Dark Turquoise #02C4DC

Tints of Dark Turquoise #02C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 0.48%
G = 46.89%
B = 52.63%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02C4DC (or 0x02C4DC) is known color: Dark Turquoise. HEX triplet: 02, C4 and DC. RGB value is (2,196,220). Sum of RGB (Red+Green+Blue) = 2+196+220=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C4DC is #FD3B23. Grayscale: #8C8C8C. Windows color (decimal): -16595748 or 14468098. OLE color: 14468098.

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

Color convert

RGB 2 196 220 -
CMYK 0.99 0.11 0 0.14
HSL 186.61º 0.98% 0.44% -
HSV(B) 186.61º 0.99% 0.86% -
XYZ 32.68 44.66 74.61 -
YUV 140.73 172.73 29.05 -
System Red Green Blue C M Y K H S L
Decimal 2 196 220 0.99 0.11 0 0.14 186.61 0.98 0.44
Hex 2 C4 DC 63 B 0 E BB 62 2C
Octal 2 304 334 143 13 0 16 273 142 54
Binary 10 11000100 11011100 1100011 1011 0 1110 10111011 1100010 101100

Color Harmonies of #02C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C4DC

Black with #02C4DC

Text Example


Text Example

White with #02C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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