#0DD1DA

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

Shades of Dark Turquoise #0DD1DA

Tints of Dark Turquoise #0DD1DA

Color information

#0DD1DA (or 0x0DD1DA) is unknown color: approx Dark Turquoise. HEX triplet: 0D, D1 and DA. RGB value is (13,209,218). Sum of RGB (Red+Green+Blue) = 13+209+218=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DD1DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1DA is #F22E25. Grayscale: #979797. Windows color (decimal): -15871526 or 14340365. OLE color: 14340365.

HSL color Cylindrical-coordinate representation of color #0DD1DA: hue angle of 182.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1DA is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13209218-
CMYK0.940.0400.15
HSL182.63º88.74%45.29%-
HSV(B)182.63º94.04%85.49%-
XYZ35.6250.7574.25-
YUV151.42165.5729.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.95%
GREEN value IS 209 (82.03% from 255) = 47.5%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=2.95%
G=47.5%
B=49.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132092180.940.0400.15182.6388.7445.29
HexDD1DA5E40Fb7592d
Octal15321332136401726713155
Binary11011101000111011010101111010001111101101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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