#00D0D1

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

Shades of Dark Turquoise #00D0D1

Tints of Dark Turquoise #00D0D1

Color information

#00D0D1 (or 0x00D0D1) is unknown color: approx Dark Turquoise. HEX triplet: 00, D0 and D1. RGB value is (0,208,209). Sum of RGB (Red+Green+Blue) = 0+208+209=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #00D0D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0D1 is #FF2F2E. Grayscale: #919191. Windows color (decimal): -16723759 or 13750272. OLE color: 13750272.

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

Color convert

RGB0208209-
CMYK10.0000.18
HSL180.29º100%40.98%-
HSV(B)180.29º100%81.96%-
XYZ34.0649.7268.12-
YUV145.92163.5923.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 209 (82.03% 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.18
SystemRedGreenBlueCMYKHSL
Decimal020820910.0000.18180.2910040.98
Hex0D0D1640012b46429
Octal0320321144002226414451
Binary0110100001101000111001000010010101101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,208,209); }

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

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

 a { background-color: rgb(0,208,209); }

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

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

 span { border-color: rgb(0,208,209); }

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