Shades of Bright Turquoise #0BDDCF
Tints of Bright Turquoise #0BDDCF
RGB
CMYK
RGB Variations
Color information
#0BDDCF (or 0x0BDDCF) is known color: Bright Turquoise. HEX triplet: 0B, DD and CF. RGB value is (11,221,207). Sum of RGB (Red+Green+Blue) = 11+221+207=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDCF is #F42230. Grayscale: #9C9C9C. Windows color (decimal): -15999537 or 13622539. OLE color: 13622539.
HSL color Cylindrical-coordinate representation of color #0BDDCF: hue angle of 176º 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 #0BDDCF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 207 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.13 |
| HSL | 176º | 0.91% | 0.45% | - |
| HSV(B) | 176º | 0.95% | 0.87% | - |
| XYZ | 37.26 | 56.29 | 67.93 | - |
| YUV | 156.61 | 156.43 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 207 | 0.95 | 0 | 0.06 | 0.13 | 176 | 0.91 | 0.45 |
| Hex | B | DD | CF | 5F | 0 | 6 | D | B0 | 5B | 2D |
| Octal | 13 | 335 | 317 | 137 | 0 | 6 | 15 | 260 | 133 | 55 |
| Binary | 1011 | 11011101 | 11001111 | 1011111 | 0 | 110 | 1101 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0BDDCF
Complementary color
Monochromatic Colors of #0BDDCF
Black with #0BDDCF
Text Example
Text Example
White with #0BDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDCF; }
p { color: rgb(11,221,207); }
H1.HeaderClassName
{
color: #0BDDCF;
}
.AnyTagClassName
{
color: #0BDDCF;
}
</style>
background-color css
<style>
a { background-color: #0BDDCF; }
a { background-color: rgb(11,221,207); }
div.DivClassName
{
background-color: #0BDDCF;
}
.BgClassName
{
background-color: #0BDDCF;
}
</style>
border-color css
<style>
span { border-color: #0BDDCF; }
span { border-color: rgb(11,221,207); }
td.TdClassName
{
border-color: #0BDDCF;
}
.TagClassName
{
border-color: #0BDDCF;
}
</style>