Shades of Dark Turquoise #0BCFDB
Tints of Dark Turquoise #0BCFDB
RGB
CMYK
RGB Variations
Color information
#0BCFDB (or 0x0BCFDB) is known color: Dark Turquoise. HEX triplet: 0B, CF and DB. RGB value is (11,207,219). Sum of RGB (Red+Green+Blue) = 11+207+219=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BCFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFDB is #F43024. Grayscale: #959595. Windows color (decimal): -16003109 or 14405387. OLE color: 14405387.
HSL color Cylindrical-coordinate representation of color #0BCFDB: hue angle of 183.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFDB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 207 | 219 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 183.46º | 0.9% | 0.45% | - |
| HSV(B) | 183.46º | 0.95% | 0.86% | - |
| XYZ | 35.24 | 49.81 | 74.78 | - |
| YUV | 149.76 | 167.07 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 219 | 0.95 | 0.05 | 0 | 0.14 | 183.46 | 0.9 | 0.45 |
| Hex | B | CF | DB | 5F | 5 | 0 | E | B7 | 5A | 2D |
| Octal | 13 | 317 | 333 | 137 | 5 | 0 | 16 | 267 | 132 | 55 |
| Binary | 1011 | 11001111 | 11011011 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011010 | 101101 |
Color Harmonies of #0BCFDB
Complementary color
Monochromatic Colors of #0BCFDB
Black with #0BCFDB
Text Example
Text Example
White with #0BCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFDB; }
p { color: rgb(11,207,219); }
H1.HeaderClassName
{
color: #0BCFDB;
}
.AnyTagClassName
{
color: #0BCFDB;
}
</style>
background-color css
<style>
a { background-color: #0BCFDB; }
a { background-color: rgb(11,207,219); }
div.DivClassName
{
background-color: #0BCFDB;
}
.BgClassName
{
background-color: #0BCFDB;
}
</style>
border-color css
<style>
span { border-color: #0BCFDB; }
span { border-color: rgb(11,207,219); }
td.TdClassName
{
border-color: #0BCFDB;
}
.TagClassName
{
border-color: #0BCFDB;
}
</style>