Html Css Color HEX #02C6DC Dark Turquoise

📋 copy color: '#02C6DC'

red 2 ◦ green 198 ◦ blue 220

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

Shades of Dark Turquoise #02C6DC

Tints of Dark Turquoise #02C6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 0.48%
G = 47.14%
B = 52.38%

CMYK

 C value IS 0.99

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02C6DC (or 0x02C6DC) is known color: Dark Turquoise. HEX triplet: 02, C6 and DC. RGB value is (2,198,220). Sum of RGB (Red+Green+Blue) = 2+198+220=420 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C6DC is #FD3923. Grayscale: #8D8D8D. Windows color (decimal): -16595236 or 14468610. OLE color: 14468610.

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

Color convert

RGB 2 198 220 -
CMYK 0.99 0.1 0 0.14
HSL 186.06º 0.98% 0.44% -
HSV(B) 186.06º 0.99% 0.86% -
XYZ 33.14 45.57 74.76 -
YUV 141.9 172.07 28.21 -
System Red Green Blue C M Y K H S L
Decimal 2 198 220 0.99 0.1 0 0.14 186.06 0.98 0.44
Hex 2 C6 DC 63 A 0 E BA 62 2C
Octal 2 306 334 143 12 0 16 272 142 54
Binary 10 11000110 11011100 1100011 1010 0 1110 10111010 1100010 101100

Color Harmonies of #02C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C6DC

Black with #02C6DC

Text Example


Text Example

White with #02C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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