#02D6DC

Color #02D6DC Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #02D6DC

Tints of Dark Turquoise #02D6DC

Color information

#02D6DC (or 0x02D6DC) is unknown color: approx Dark Turquoise. HEX triplet: 02, D6 and DC. RGB value is (2,214,220). Sum of RGB (Red+Green+Blue) = 2+214+220=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #02D6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D6DC is #FD2923. Grayscale: #979797. Windows color (decimal): -16591140 or 14472706. OLE color: 14472706.

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

Color convert

RGB2214220-
CMYK0.990.0300.14
HSL181.65º98.2%43.53%-
HSV(B)181.65º99.09%86.27%-
XYZ36.9953.2776.04-
YUV151.3166.7621.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=0.46%
G=49.08%
B=50.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22142200.990.0300.14181.6598.243.53
Hex2D6DC6330Eb6622c
Octal2326334143301626614254
Binary10110101101101110011000111101110101101101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02D6DC;
 }
 .AnyTagClassName
 {
   color: #02D6DC;
 }
</style>
background-color css

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

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

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

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

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

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