Shades of Dark Turquoise #0DCFDB
Tints of Dark Turquoise #0DCFDB
RGB
CMYK
RGB Variations
Color information
#0DCFDB (or 0x0DCFDB) is known color: Dark Turquoise. HEX triplet: 0D, CF and DB. RGB value is (13,207,219). Sum of RGB (Red+Green+Blue) = 13+207+219=439 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.96% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DCFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFDB is #F23024. Grayscale: #969696. Windows color (decimal): -15872037 or 14405389. OLE color: 14405389.
HSL color Cylindrical-coordinate representation of color #0DCFDB: hue angle of 183.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFDB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 207 | 219 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.14 |
| HSL | 183.5º | 0.89% | 0.45% | - |
| HSV(B) | 183.5º | 0.94% | 0.86% | - |
| XYZ | 35.26 | 49.83 | 74.78 | - |
| YUV | 150.36 | 166.73 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 219 | 0.94 | 0.05 | 0 | 0.14 | 183.5 | 0.89 | 0.45 |
| Hex | D | CF | DB | 5E | 5 | 0 | E | B7 | 59 | 2D |
| Octal | 15 | 317 | 333 | 136 | 5 | 0 | 16 | 267 | 131 | 55 |
| Binary | 1101 | 11001111 | 11011011 | 1011110 | 101 | 0 | 1110 | 10110111 | 1011001 | 101101 |
Color Harmonies of #0DCFDB
Complementary color
Monochromatic Colors of #0DCFDB
Black with #0DCFDB
Text Example
Text Example
White with #0DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFDB; }
p { color: rgb(13,207,219); }
H1.HeaderClassName
{
color: #0DCFDB;
}
.AnyTagClassName
{
color: #0DCFDB;
}
</style>
background-color css
<style>
a { background-color: #0DCFDB; }
a { background-color: rgb(13,207,219); }
div.DivClassName
{
background-color: #0DCFDB;
}
.BgClassName
{
background-color: #0DCFDB;
}
</style>
border-color css
<style>
span { border-color: #0DCFDB; }
span { border-color: rgb(13,207,219); }
td.TdClassName
{
border-color: #0DCFDB;
}
.TagClassName
{
border-color: #0DCFDB;
}
</style>