Shades of Bright Turquoise #0BFECE
Tints of Bright Turquoise #0BFECE
RGB
CMYK
RGB Variations
Color information
#0BFECE (or 0x0BFECE) is known color: Bright Turquoise. HEX triplet: 0B, FE and CE. RGB value is (11,254,206). Sum of RGB (Red+Green+Blue) = 11+254+206=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFECE is #F40131. Grayscale: #AFAFAF. Windows color (decimal): -15991090 or 13565451. OLE color: 13565451.
HSL color Cylindrical-coordinate representation of color #0BFECE: hue angle of 168.15º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFECE is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 206 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.00 |
| HSL | 168.15º | 0.99% | 0.52% | - |
| HSV(B) | 168.15º | 0.96% | 1% | - |
| XYZ | 46.72 | 75.41 | 70.49 | - |
| YUV | 175.87 | 144.99 | 10.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 206 | 0.96 | 0 | 0.19 | 0.00 | 168.15 | 0.99 | 0.52 |
| Hex | B | FE | CE | 60 | 0 | 13 | 0 | A8 | 63 | 34 |
| Octal | 13 | 376 | 316 | 140 | 0 | 23 | 0 | 250 | 143 | 64 |
| Binary | 1011 | 11111110 | 11001110 | 1100000 | 0 | 10011 | 0 | 10101000 | 1100011 | 110100 |
Color Harmonies of #0BFECE
Complementary color
Monochromatic Colors of #0BFECE
Black with #0BFECE
Text Example
Text Example
White with #0BFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFECE; }
p { color: rgb(11,254,206); }
H1.HeaderClassName
{
color: #0BFECE;
}
.AnyTagClassName
{
color: #0BFECE;
}
</style>
background-color css
<style>
a { background-color: #0BFECE; }
a { background-color: rgb(11,254,206); }
div.DivClassName
{
background-color: #0BFECE;
}
.BgClassName
{
background-color: #0BFECE;
}
</style>
border-color css
<style>
span { border-color: #0BFECE; }
span { border-color: rgb(11,254,206); }
td.TdClassName
{
border-color: #0BFECE;
}
.TagClassName
{
border-color: #0BFECE;
}
</style>