#00D5D6

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

Shades of Dark Turquoise #00D5D6

Tints of Dark Turquoise #00D5D6

Color information

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

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

Color convert

RGB0213214-
CMYK10.0000.16
HSL180.28º100%41.96%-
HSV(B)180.28º100%83.92%-
XYZ35.9352.4471.85-
YUV149.43164.4321.42-

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) = 49.88%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=0%
G=49.88%
B=50.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal021321410.0000.16180.2810041.96
Hex0D5D6640010b4642a
Octal0325326144002026414452
Binary0110101011101011011001000010000101101001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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