#0DD1DE

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

Shades of Dark Turquoise #0DD1DE

Tints of Dark Turquoise #0DD1DE

Color information

#0DD1DE (or 0x0DD1DE) is unknown color: approx Dark Turquoise. HEX triplet: 0D, D1 and DE. RGB value is (13,209,222). Sum of RGB (Red+Green+Blue) = 13+209+222=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DD1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1DE is #F22E21. Grayscale: #979797. Windows color (decimal): -15871522 or 14602509. OLE color: 14602509.

HSL color Cylindrical-coordinate representation of color #0DD1DE: hue angle of 183.73º 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 #0DD1DE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13209222-
CMYK0.940.0600.13
HSL183.73º88.94%46.08%-
HSV(B)183.73º94.14%87.06%-
XYZ36.1550.9677.04-
YUV151.88167.5728.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.93%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 222 (87.11% from 255) = 50%
R=2.93%
G=47.07%
B=50%

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
Decimal132092220.940.0600.13183.7388.9446.08
HexDD1DE5E60Db8592e
Octal15321336136601527013156
Binary11011101000111011110101111011001101101110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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