Shades of Bright Turquoise #0BFACE
Tints of Bright Turquoise #0BFACE
RGB
CMYK
RGB Variations
Color information
#0BFACE (or 0x0BFACE) is known color: Bright Turquoise. HEX triplet: 0B, FA and CE. RGB value is (11,250,206). Sum of RGB (Red+Green+Blue) = 11+250+206=467 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFACE is #F40531. Grayscale: #ADADAD. Windows color (decimal): -15992114 or 13564427. OLE color: 13564427.
HSL color Cylindrical-coordinate representation of color #0BFACE: hue angle of 168.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFACE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 206 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.95º | 0.96% | 0.51% | - |
| HSV(B) | 168.95º | 0.96% | 0.98% | - |
| XYZ | 45.46 | 72.9 | 70.07 | - |
| YUV | 173.52 | 146.32 | 12.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 206 | 0.96 | 0 | 0.18 | 0.02 | 168.95 | 0.96 | 0.51 |
| Hex | B | FA | CE | 60 | 0 | 12 | 2 | A9 | 60 | 33 |
| Octal | 13 | 372 | 316 | 140 | 0 | 22 | 2 | 251 | 140 | 63 |
| Binary | 1011 | 11111010 | 11001110 | 1100000 | 0 | 10010 | 10 | 10101001 | 1100000 | 110011 |
Color Harmonies of #0BFACE
Complementary color
Monochromatic Colors of #0BFACE
Black with #0BFACE
Text Example
Text Example
White with #0BFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFACE; }
p { color: rgb(11,250,206); }
H1.HeaderClassName
{
color: #0BFACE;
}
.AnyTagClassName
{
color: #0BFACE;
}
</style>
background-color css
<style>
a { background-color: #0BFACE; }
a { background-color: rgb(11,250,206); }
div.DivClassName
{
background-color: #0BFACE;
}
.BgClassName
{
background-color: #0BFACE;
}
</style>
border-color css
<style>
span { border-color: #0BFACE; }
span { border-color: rgb(11,250,206); }
td.TdClassName
{
border-color: #0BFACE;
}
.TagClassName
{
border-color: #0BFACE;
}
</style>