Shades of Bright Turquoise #0BFFCE
Tints of Bright Turquoise #0BFFCE
RGB
CMYK
RGB Variations
Color information
#0BFFCE (or 0x0BFFCE) is known color: Bright Turquoise. HEX triplet: 0B, FF and CE. RGB value is (11,255,206). Sum of RGB (Red+Green+Blue) = 11+255+206=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFCE is #F40031. Grayscale: #B0B0B0. Windows color (decimal): -15990834 or 13565707. OLE color: 13565707.
HSL color Cylindrical-coordinate representation of color #0BFFCE: hue angle of 167.95º 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 #0BFFCE is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 206 | - |
| CMYK | 0.96 | 0 | 0.19 | 0 |
| HSL | 167.95º | 1% | 0.52% | - |
| HSV(B) | 167.95º | 0.96% | 1% | - |
| XYZ | 47.04 | 76.05 | 70.59 | - |
| YUV | 176.46 | 144.66 | 9.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 206 | 0.96 | 0 | 0.19 | 0 | 167.95 | 1 | 0.52 |
| Hex | B | FF | CE | 60 | 0 | 13 | 0 | A8 | 64 | 34 |
| Octal | 13 | 377 | 316 | 140 | 0 | 23 | 0 | 250 | 144 | 64 |
| Binary | 1011 | 11111111 | 11001110 | 1100000 | 0 | 10011 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0BFFCE
Complementary color
Monochromatic Colors of #0BFFCE
Black with #0BFFCE
Text Example
Text Example
White with #0BFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFCE; }
p { color: rgb(11,255,206); }
H1.HeaderClassName
{
color: #0BFFCE;
}
.AnyTagClassName
{
color: #0BFFCE;
}
</style>
background-color css
<style>
a { background-color: #0BFFCE; }
a { background-color: rgb(11,255,206); }
div.DivClassName
{
background-color: #0BFFCE;
}
.BgClassName
{
background-color: #0BFFCE;
}
</style>
border-color css
<style>
span { border-color: #0BFFCE; }
span { border-color: rgb(11,255,206); }
td.TdClassName
{
border-color: #0BFFCE;
}
.TagClassName
{
border-color: #0BFFCE;
}
</style>