Html Css Color HEX #02C2DC Dark Turquoise

📋 copy color: '#02C2DC'

red 2 ◦ green 194 ◦ blue 220

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

Shades of Dark Turquoise #02C2DC

Tints of Dark Turquoise #02C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

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

R = 0.48%
G = 46.63%
B = 52.88%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02C2DC (or 0x02C2DC) is known color: Dark Turquoise. HEX triplet: 02, C2 and DC. RGB value is (2,194,220). Sum of RGB (Red+Green+Blue) = 2+194+220=416 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2DC is #FD3D23. Grayscale: #8B8B8B. Windows color (decimal): -16596260 or 14467586. OLE color: 14467586.

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

Color convert

RGB 2 194 220 -
CMYK 0.99 0.12 0 0.14
HSL 187.16º 0.98% 0.44% -
HSV(B) 187.16º 0.99% 0.86% -
XYZ 32.24 43.76 74.46 -
YUV 139.56 173.39 29.89 -
System Red Green Blue C M Y K H S L
Decimal 2 194 220 0.99 0.12 0 0.14 187.16 0.98 0.44
Hex 2 C2 DC 63 C 0 E BB 62 2C
Octal 2 302 334 143 14 0 16 273 142 54
Binary 10 11000010 11011100 1100011 1100 0 1110 10111011 1100010 101100

Color Harmonies of #02C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C2DC

Black with #02C2DC

Text Example


Text Example

White with #02C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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