Shades of Dark Turquoise #0DBFDE
Tints of Dark Turquoise #0DBFDE
RGB
CMYK
RGB Variations
Color information
#0DBFDE (or 0x0DBFDE) is known color: Dark Turquoise. HEX triplet: 0D, BF and DE. RGB value is (13,191,222). Sum of RGB (Red+Green+Blue) = 13+191+222=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #0DBFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFDE is #F24021. Grayscale: #8D8D8D. Windows color (decimal): -15876130 or 14597901. OLE color: 14597901.
HSL color Cylindrical-coordinate representation of color #0DBFDE: hue angle of 188.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFDE is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 191 | 222 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.13 |
| HSL | 188.9º | 0.89% | 0.46% | - |
| HSV(B) | 188.9º | 0.94% | 0.87% | - |
| XYZ | 31.98 | 42.62 | 75.65 | - |
| YUV | 141.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 222 | 0.94 | 0.14 | 0 | 0.13 | 188.9 | 0.89 | 0.46 |
| Hex | D | BF | DE | 5E | E | 0 | D | BD | 59 | 2E |
| Octal | 15 | 277 | 336 | 136 | 16 | 0 | 15 | 275 | 131 | 56 |
| Binary | 1101 | 10111111 | 11011110 | 1011110 | 1110 | 0 | 1101 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBFDE
Complementary color
Monochromatic Colors of #0DBFDE
Black with #0DBFDE
Text Example
Text Example
White with #0DBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFDE; }
p { color: rgb(13,191,222); }
H1.HeaderClassName
{
color: #0DBFDE;
}
.AnyTagClassName
{
color: #0DBFDE;
}
</style>
background-color css
<style>
a { background-color: #0DBFDE; }
a { background-color: rgb(13,191,222); }
div.DivClassName
{
background-color: #0DBFDE;
}
.BgClassName
{
background-color: #0DBFDE;
}
</style>
border-color css
<style>
span { border-color: #0DBFDE; }
span { border-color: rgb(13,191,222); }
td.TdClassName
{
border-color: #0DBFDE;
}
.TagClassName
{
border-color: #0DBFDE;
}
</style>