Shades of Dark Turquoise #0DCFD3
Tints of Dark Turquoise #0DCFD3
RGB
CMYK
RGB Variations
Color information
#0DCFD3 (or 0x0DCFD3) is known color: Dark Turquoise. HEX triplet: 0D, CF and D3. RGB value is (13,207,211). Sum of RGB (Red+Green+Blue) = 13+207+211=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #0DCFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFD3 is #F2302C. Grayscale: #959595. Windows color (decimal): -15872045 or 13881101. OLE color: 13881101.
HSL color Cylindrical-coordinate representation of color #0DCFD3: hue angle of 181.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFD3 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 207 | 211 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.17 |
| HSL | 181.21º | 0.88% | 0.44% | - |
| HSV(B) | 181.21º | 0.94% | 0.83% | - |
| XYZ | 34.24 | 49.41 | 69.36 | - |
| YUV | 149.45 | 162.73 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 211 | 0.94 | 0.02 | 0 | 0.17 | 181.21 | 0.88 | 0.44 |
| Hex | D | CF | D3 | 5E | 2 | 0 | 11 | B5 | 58 | 2C |
| Octal | 15 | 317 | 323 | 136 | 2 | 0 | 21 | 265 | 130 | 54 |
| Binary | 1101 | 11001111 | 11010011 | 1011110 | 10 | 0 | 10001 | 10110101 | 1011000 | 101100 |
Color Harmonies of #0DCFD3
Complementary color
Monochromatic Colors of #0DCFD3
Black with #0DCFD3
Text Example
Text Example
White with #0DCFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFD3; }
p { color: rgb(13,207,211); }
H1.HeaderClassName
{
color: #0DCFD3;
}
.AnyTagClassName
{
color: #0DCFD3;
}
</style>
background-color css
<style>
a { background-color: #0DCFD3; }
a { background-color: rgb(13,207,211); }
div.DivClassName
{
background-color: #0DCFD3;
}
.BgClassName
{
background-color: #0DCFD3;
}
</style>
border-color css
<style>
span { border-color: #0DCFD3; }
span { border-color: rgb(13,207,211); }
td.TdClassName
{
border-color: #0DCFD3;
}
.TagClassName
{
border-color: #0DCFD3;
}
</style>