Shades of Bright Turquoise #0BFFDB
Tints of Bright Turquoise #0BFFDB
RGB
CMYK
RGB Variations
Color information
#0BFFDB (or 0x0BFFDB) is known color: Bright Turquoise. HEX triplet: 0B, FF and DB. RGB value is (11,255,219). Sum of RGB (Red+Green+Blue) = 11+255+219=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFDB is #F40024. Grayscale: #B1B1B1. Windows color (decimal): -15990821 or 14417675. OLE color: 14417675.
HSL color Cylindrical-coordinate representation of color #0BFFDB: hue angle of 171.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFDB is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 219 | - |
| CMYK | 0.96 | 0 | 0.14 | 0 |
| HSL | 171.15º | 1% | 0.52% | - |
| HSV(B) | 171.15º | 0.96% | 1% | - |
| XYZ | 48.68 | 76.71 | 79.26 | - |
| YUV | 177.94 | 151.16 | 8.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 219 | 0.96 | 0 | 0.14 | 0 | 171.15 | 1 | 0.52 |
| Hex | B | FF | DB | 60 | 0 | E | 0 | AB | 64 | 34 |
| Octal | 13 | 377 | 333 | 140 | 0 | 16 | 0 | 253 | 144 | 64 |
| Binary | 1011 | 11111111 | 11011011 | 1100000 | 0 | 1110 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #0BFFDB
Complementary color
Monochromatic Colors of #0BFFDB
Black with #0BFFDB
Text Example
Text Example
White with #0BFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFDB; }
p { color: rgb(11,255,219); }
H1.HeaderClassName
{
color: #0BFFDB;
}
.AnyTagClassName
{
color: #0BFFDB;
}
</style>
background-color css
<style>
a { background-color: #0BFFDB; }
a { background-color: rgb(11,255,219); }
div.DivClassName
{
background-color: #0BFFDB;
}
.BgClassName
{
background-color: #0BFFDB;
}
</style>
border-color css
<style>
span { border-color: #0BFFDB; }
span { border-color: rgb(11,255,219); }
td.TdClassName
{
border-color: #0BFFDB;
}
.TagClassName
{
border-color: #0BFFDB;
}
</style>