Shades of Dark Turquoise #0DD1D5
Tints of Dark Turquoise #0DD1D5
RGB
CMYK
RGB Variations
Color information
#0DD1D5 (or 0x0DD1D5) is known color: Dark Turquoise. HEX triplet: 0D, D1 and D5. RGB value is (13,209,213). Sum of RGB (Red+Green+Blue) = 13+209+213=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #0DD1D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1D5 is #F22E2A. Grayscale: #969696. Windows color (decimal): -15871531 or 14012685. OLE color: 14012685.
HSL color Cylindrical-coordinate representation of color #0DD1D5: hue angle of 181.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1D5 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 209 | 213 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.16 |
| HSL | 181.2º | 0.88% | 0.44% | - |
| HSV(B) | 181.2º | 0.94% | 0.84% | - |
| XYZ | 34.98 | 50.49 | 70.85 | - |
| YUV | 150.85 | 163.07 | 29.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 213 | 0.94 | 0.02 | 0 | 0.16 | 181.2 | 0.88 | 0.44 |
| Hex | D | D1 | D5 | 5E | 2 | 0 | 10 | B5 | 58 | 2C |
| Octal | 15 | 321 | 325 | 136 | 2 | 0 | 20 | 265 | 130 | 54 |
| Binary | 1101 | 11010001 | 11010101 | 1011110 | 10 | 0 | 10000 | 10110101 | 1011000 | 101100 |
Color Harmonies of #0DD1D5
Complementary color
Monochromatic Colors of #0DD1D5
Black with #0DD1D5
Text Example
Text Example
White with #0DD1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD1D5; }
p { color: rgb(13,209,213); }
H1.HeaderClassName
{
color: #0DD1D5;
}
.AnyTagClassName
{
color: #0DD1D5;
}
</style>
background-color css
<style>
a { background-color: #0DD1D5; }
a { background-color: rgb(13,209,213); }
div.DivClassName
{
background-color: #0DD1D5;
}
.BgClassName
{
background-color: #0DD1D5;
}
</style>
border-color css
<style>
span { border-color: #0DD1D5; }
span { border-color: rgb(13,209,213); }
td.TdClassName
{
border-color: #0DD1D5;
}
.TagClassName
{
border-color: #0DD1D5;
}
</style>