#00D5D4

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

Shades of Dark Turquoise #00D5D4

Tints of Dark Turquoise #00D5D4

Color information

#00D5D4 (or 0x00D5D4) is unknown color: approx Dark Turquoise. HEX triplet: 00, D5 and D4. RGB value is (0,213,212). Sum of RGB (Red+Green+Blue) = 0+213+212=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D5D4 is #FF2A2B. Grayscale: #949494. Windows color (decimal): -16722476 or 13948160. OLE color: 13948160.

HSL color Cylindrical-coordinate representation of color #00D5D4: 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 #00D5D4 is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB0213212-
CMYK100.000.16
HSL179.72º100%41.76%-
HSV(B)179.72º100%83.53%-
XYZ35.6852.3470.51-
YUV149.2163.4321.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 212 (83.20% 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
Decimal0213212100.000.16179.7210041.76
Hex0D5D4640010b4642a
Octal0325324144002026414452
Binary0110101011101010011001000010000101101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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