Shades of Dark Turquoise #0DBFDF
Tints of Dark Turquoise #0DBFDF
RGB
CMYK
RGB Variations
Color information
#0DBFDF (or 0x0DBFDF) is known color: Dark Turquoise. HEX triplet: 0D, BF and DF. RGB value is (13,191,223). Sum of RGB (Red+Green+Blue) = 13+191+223=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DBFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFDF is #F24020. Grayscale: #8D8D8D. Windows color (decimal): -15876129 or 14663437. OLE color: 14663437.
HSL color Cylindrical-coordinate representation of color #0DBFDF: hue angle of 189.14º 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 #0DBFDF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 191 | 223 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.13 |
| HSL | 189.14º | 0.89% | 0.46% | - |
| HSV(B) | 189.14º | 0.94% | 0.87% | - |
| XYZ | 32.12 | 42.67 | 76.36 | - |
| YUV | 141.43 | 174.03 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 223 | 0.94 | 0.14 | 0 | 0.13 | 189.14 | 0.89 | 0.46 |
| Hex | D | BF | DF | 5E | E | 0 | D | BD | 59 | 2E |
| Octal | 15 | 277 | 337 | 136 | 16 | 0 | 15 | 275 | 131 | 56 |
| Binary | 1101 | 10111111 | 11011111 | 1011110 | 1110 | 0 | 1101 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBFDF
Complementary color
Monochromatic Colors of #0DBFDF
Black with #0DBFDF
Text Example
Text Example
White with #0DBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFDF; }
p { color: rgb(13,191,223); }
H1.HeaderClassName
{
color: #0DBFDF;
}
.AnyTagClassName
{
color: #0DBFDF;
}
</style>
background-color css
<style>
a { background-color: #0DBFDF; }
a { background-color: rgb(13,191,223); }
div.DivClassName
{
background-color: #0DBFDF;
}
.BgClassName
{
background-color: #0DBFDF;
}
</style>
border-color css
<style>
span { border-color: #0DBFDF; }
span { border-color: rgb(13,191,223); }
td.TdClassName
{
border-color: #0DBFDF;
}
.TagClassName
{
border-color: #0DBFDF;
}
</style>