Shades of Dark Turquoise #0BC9DF
Tints of Dark Turquoise #0BC9DF
RGB
CMYK
RGB Variations
Color information
#0BC9DF (or 0x0BC9DF) is known color: Dark Turquoise. HEX triplet: 0B, C9 and DF. RGB value is (11,201,223). Sum of RGB (Red+Green+Blue) = 11+201+223=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BC9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9DF is #F43620. Grayscale: #929292. Windows color (decimal): -16004641 or 14665995. OLE color: 14665995.
HSL color Cylindrical-coordinate representation of color #0BC9DF: hue angle of 186.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC9DF is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 201 | 223 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.13 |
| HSL | 186.23º | 0.91% | 0.46% | - |
| HSV(B) | 186.23º | 0.95% | 0.87% | - |
| XYZ | 34.34 | 47.17 | 77.11 | - |
| YUV | 146.7 | 171.05 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 223 | 0.95 | 0.10 | 0 | 0.13 | 186.23 | 0.91 | 0.46 |
| Hex | B | C9 | DF | 5F | A | 0 | D | BA | 5B | 2E |
| Octal | 13 | 311 | 337 | 137 | 12 | 0 | 15 | 272 | 133 | 56 |
| Binary | 1011 | 11001001 | 11011111 | 1011111 | 1010 | 0 | 1101 | 10111010 | 1011011 | 101110 |
Color Harmonies of #0BC9DF
Complementary color
Monochromatic Colors of #0BC9DF
Black with #0BC9DF
Text Example
Text Example
White with #0BC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9DF; }
p { color: rgb(11,201,223); }
H1.HeaderClassName
{
color: #0BC9DF;
}
.AnyTagClassName
{
color: #0BC9DF;
}
</style>
background-color css
<style>
a { background-color: #0BC9DF; }
a { background-color: rgb(11,201,223); }
div.DivClassName
{
background-color: #0BC9DF;
}
.BgClassName
{
background-color: #0BC9DF;
}
</style>
border-color css
<style>
span { border-color: #0BC9DF; }
span { border-color: rgb(11,201,223); }
td.TdClassName
{
border-color: #0BC9DF;
}
.TagClassName
{
border-color: #0BC9DF;
}
</style>