Shades of Dark Turquoise #0BCFDD
Tints of Dark Turquoise #0BCFDD
RGB
CMYK
RGB Variations
Color information
#0BCFDD (or 0x0BCFDD) is known color: Dark Turquoise. HEX triplet: 0B, CF and DD. RGB value is (11,207,221). Sum of RGB (Red+Green+Blue) = 11+207+221=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BCFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFDD is #F43022. Grayscale: #959595. Windows color (decimal): -16003107 or 14536459. OLE color: 14536459.
HSL color Cylindrical-coordinate representation of color #0BCFDD: hue angle of 184º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFDD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 207 | 221 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.13 |
| HSL | 184º | 0.91% | 0.45% | - |
| HSV(B) | 184º | 0.95% | 0.87% | - |
| XYZ | 35.5 | 49.92 | 76.17 | - |
| YUV | 149.99 | 168.07 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 221 | 0.95 | 0.06 | 0 | 0.13 | 184 | 0.91 | 0.45 |
| Hex | B | CF | DD | 5F | 6 | 0 | D | B8 | 5B | 2D |
| Octal | 13 | 317 | 335 | 137 | 6 | 0 | 15 | 270 | 133 | 55 |
| Binary | 1011 | 11001111 | 11011101 | 1011111 | 110 | 0 | 1101 | 10111000 | 1011011 | 101101 |
Color Harmonies of #0BCFDD
Complementary color
Monochromatic Colors of #0BCFDD
Black with #0BCFDD
Text Example
Text Example
White with #0BCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCFDD; }
p { color: rgb(11,207,221); }
H1.HeaderClassName
{
color: #0BCFDD;
}
.AnyTagClassName
{
color: #0BCFDD;
}
</style>
background-color css
<style>
a { background-color: #0BCFDD; }
a { background-color: rgb(11,207,221); }
div.DivClassName
{
background-color: #0BCFDD;
}
.BgClassName
{
background-color: #0BCFDD;
}
</style>
border-color css
<style>
span { border-color: #0BCFDD; }
span { border-color: rgb(11,207,221); }
td.TdClassName
{
border-color: #0BCFDD;
}
.TagClassName
{
border-color: #0BCFDD;
}
</style>