#00D6D5

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

Shades of Dark Turquoise #00D6D5

Tints of Dark Turquoise #00D6D5

Color information

#00D6D5 (or 0x00D6D5) is unknown color: approx Dark Turquoise. HEX triplet: 00, D6 and D5. RGB value is (0,214,213). Sum of RGB (Red+Green+Blue) = 0+214+213=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6D5 is #FF292A. Grayscale: #959595. Windows color (decimal): -16722219 or 14013952. OLE color: 14013952.

HSL color Cylindrical-coordinate representation of color #00D6D5: hue angle of 179.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6D5 is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB0214213-
CMYK100.000.16
HSL179.72º100%41.96%-
HSV(B)179.72º100%83.92%-
XYZ36.0652.971.26-
YUV149.9163.621.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 213 (83.59% from 255) = 49.88%
R=0%
G=50.12%
B=49.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal0214213100.000.16179.7210041.96
Hex0D6D5640010b4642a
Octal0326325144002026414452
Binary0110101101101010111001000010000101101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00D6D5; }

 p { color: rgb(0,214,213); }

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

<style>
 a { background-color: #00D6D5; }

 a { background-color: rgb(0,214,213); }

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

<style>
 span { border-color: #00D6D5; }

 span { border-color: rgb(0,214,213); }

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