#02C6D5

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

Shades of Dark Turquoise #02C6D5

Tints of Dark Turquoise #02C6D5

Color information

#02C6D5 (or 0x02C6D5) is unknown color: approx Dark Turquoise. HEX triplet: 02, C6 and D5. RGB value is (2,198,213). Sum of RGB (Red+Green+Blue) = 2+198+213=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #02C6D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C6D5 is #FD392A. Grayscale: #8C8C8C. Windows color (decimal): -16595243 or 14009858. OLE color: 14009858.

HSL color Cylindrical-coordinate representation of color #02C6D5: hue angle of 184.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C6D5 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2198213-
CMYK0.990.0700.16
HSL184.27º98.14%42.16%-
HSV(B)184.27º99.06%83.53%-
XYZ32.2345.2169.98-
YUV141.11168.5728.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.48%
GREEN value IS 198 (77.73% from 255) = 47.94%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=0.48%
G=47.94%
B=51.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21982130.990.0700.16184.2798.1442.16
Hex2C6D5637010b8622a
Octal2306325143702027014252
Binary1011000110110101011100011111010000101110001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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