#00D0D5

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

Shades of Dark Turquoise #00D0D5

Tints of Dark Turquoise #00D0D5

Color information

#00D0D5 (or 0x00D0D5) is unknown color: approx Dark Turquoise. HEX triplet: 00, D0 and D5. RGB value is (0,208,213). Sum of RGB (Red+Green+Blue) = 0+208+213=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #00D0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0D5 is #FF2F2A. Grayscale: #929292. Windows color (decimal): -16723755 or 14012416. OLE color: 14012416.

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

Color convert

RGB0208213-
CMYK10.0200.16
HSL181.41º100%41.76%-
HSV(B)181.41º100%83.53%-
XYZ34.5749.9270.76-
YUV146.38165.5923.59-

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.41%
BLUE value IS 213 (83.59% from 255) = 50.59%
R=0%
G=49.41%
B=50.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal020821310.0200.16181.4110041.76
Hex0D0D5642010b5642a
Octal0320325144202026514452
Binary01101000011010101110010010010000101101011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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