Shades of Dark Turquoise #0BDACF
Tints of Dark Turquoise #0BDACF
RGB
CMYK
RGB Variations
Color information
#0BDACF (or 0x0BDACF) is known color: Dark Turquoise. HEX triplet: 0B, DA and CF. RGB value is (11,218,207). Sum of RGB (Red+Green+Blue) = 11+218+207=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDACF is #F42530. Grayscale: #9A9A9A. Windows color (decimal): -16000305 or 13621771. OLE color: 13621771.
HSL color Cylindrical-coordinate representation of color #0BDACF: hue angle of 176.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDACF is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 207 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.15 |
| HSL | 176.81º | 0.9% | 0.45% | - |
| HSV(B) | 176.81º | 0.95% | 0.85% | - |
| XYZ | 36.47 | 54.72 | 67.67 | - |
| YUV | 154.85 | 157.42 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 207 | 0.95 | 0 | 0.05 | 0.15 | 176.81 | 0.9 | 0.45 |
| Hex | B | DA | CF | 5F | 0 | 5 | F | B1 | 5A | 2D |
| Octal | 13 | 332 | 317 | 137 | 0 | 5 | 17 | 261 | 132 | 55 |
| Binary | 1011 | 11011010 | 11001111 | 1011111 | 0 | 101 | 1111 | 10110001 | 1011010 | 101101 |
Color Harmonies of #0BDACF
Complementary color
Monochromatic Colors of #0BDACF
Black with #0BDACF
Text Example
Text Example
White with #0BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDACF; }
p { color: rgb(11,218,207); }
H1.HeaderClassName
{
color: #0BDACF;
}
.AnyTagClassName
{
color: #0BDACF;
}
</style>
background-color css
<style>
a { background-color: #0BDACF; }
a { background-color: rgb(11,218,207); }
div.DivClassName
{
background-color: #0BDACF;
}
.BgClassName
{
background-color: #0BDACF;
}
</style>
border-color css
<style>
span { border-color: #0BDACF; }
span { border-color: rgb(11,218,207); }
td.TdClassName
{
border-color: #0BDACF;
}
.TagClassName
{
border-color: #0BDACF;
}
</style>