Shades of Dark Turquoise #0DBFDC
Tints of Dark Turquoise #0DBFDC
RGB
CMYK
RGB Variations
Color information
#0DBFDC (or 0x0DBFDC) is known color: Dark Turquoise. HEX triplet: 0D, BF and DC. RGB value is (13,191,220). Sum of RGB (Red+Green+Blue) = 13+191+220=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DBFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFDC is #F24023. Grayscale: #8C8C8C. Windows color (decimal): -15876132 or 14466829. OLE color: 14466829.
HSL color Cylindrical-coordinate representation of color #0DBFDC: hue angle of 188.41º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFDC is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 191 | 220 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.14 |
| HSL | 188.41º | 0.89% | 0.46% | - |
| HSV(B) | 188.41º | 0.94% | 0.86% | - |
| XYZ | 31.72 | 42.51 | 74.24 | - |
| YUV | 141.08 | 172.53 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 220 | 0.94 | 0.13 | 0 | 0.14 | 188.41 | 0.89 | 0.46 |
| Hex | D | BF | DC | 5E | D | 0 | E | BC | 59 | 2E |
| Octal | 15 | 277 | 334 | 136 | 15 | 0 | 16 | 274 | 131 | 56 |
| Binary | 1101 | 10111111 | 11011100 | 1011110 | 1101 | 0 | 1110 | 10111100 | 1011001 | 101110 |
Color Harmonies of #0DBFDC
Complementary color
Monochromatic Colors of #0DBFDC
Black with #0DBFDC
Text Example
Text Example
White with #0DBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFDC; }
p { color: rgb(13,191,220); }
H1.HeaderClassName
{
color: #0DBFDC;
}
.AnyTagClassName
{
color: #0DBFDC;
}
</style>
background-color css
<style>
a { background-color: #0DBFDC; }
a { background-color: rgb(13,191,220); }
div.DivClassName
{
background-color: #0DBFDC;
}
.BgClassName
{
background-color: #0DBFDC;
}
</style>
border-color css
<style>
span { border-color: #0DBFDC; }
span { border-color: rgb(13,191,220); }
td.TdClassName
{
border-color: #0DBFDC;
}
.TagClassName
{
border-color: #0DBFDC;
}
</style>