#0DD0DE

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

Shades of Dark Turquoise #0DD0DE

Tints of Dark Turquoise #0DD0DE

Color information

#0DD0DE (or 0x0DD0DE) is unknown color: approx Dark Turquoise. HEX triplet: 0D, D0 and DE. RGB value is (13,208,222). Sum of RGB (Red+Green+Blue) = 13+208+222=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DD0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD0DE is #F22F21. Grayscale: #979797. Windows color (decimal): -15871778 or 14602253. OLE color: 14602253.

HSL color Cylindrical-coordinate representation of color #0DD0DE: hue angle of 184.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD0DE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13208222-
CMYK0.940.0600.13
HSL184.02º88.94%46.08%-
HSV(B)184.02º94.14%87.06%-
XYZ35.9150.4776.96-
YUV151.29167.929.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.93%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=2.93%
G=46.95%
B=50.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132082220.940.0600.13184.0288.9446.08
HexDD0DE5E60Db8592e
Octal15320336136601527013156
Binary11011101000011011110101111011001101101110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD0DE; }

 p { color: rgb(13,208,222); }

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

<style>
 a { background-color: #0DD0DE; }

 a { background-color: rgb(13,208,222); }

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

<style>
 span { border-color: #0DD0DE; }

 span { border-color: rgb(13,208,222); }

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