Shades of Bright Turquoise #0BFBE0
Tints of Bright Turquoise #0BFBE0
RGB
CMYK
RGB Variations
Color information
#0BFBE0 (or 0x0BFBE0) is known color: Bright Turquoise. HEX triplet: 0B, FB and E0. RGB value is (11,251,224). Sum of RGB (Red+Green+Blue) = 11+251+224=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBE0 is #F4041F. Grayscale: #B0B0B0. Windows color (decimal): -15991840 or 14744331. OLE color: 14744331.
HSL color Cylindrical-coordinate representation of color #0BFBE0: hue angle of 173.25º degrees, saturation: 0.97, 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 #0BFBE0 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 224 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.02 |
| HSL | 173.25º | 0.97% | 0.51% | - |
| HSV(B) | 173.25º | 0.96% | 0.98% | - |
| XYZ | 48.09 | 74.45 | 82.36 | - |
| YUV | 176.16 | 154.99 | 10.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 224 | 0.96 | 0 | 0.11 | 0.02 | 173.25 | 0.97 | 0.51 |
| Hex | B | FB | E0 | 60 | 0 | B | 2 | AD | 61 | 33 |
| Octal | 13 | 373 | 340 | 140 | 0 | 13 | 2 | 255 | 141 | 63 |
| Binary | 1011 | 11111011 | 11100000 | 1100000 | 0 | 1011 | 10 | 10101101 | 1100001 | 110011 |
Color Harmonies of #0BFBE0
Complementary color
Monochromatic Colors of #0BFBE0
Black with #0BFBE0
Text Example
Text Example
White with #0BFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBE0; }
p { color: rgb(11,251,224); }
H1.HeaderClassName
{
color: #0BFBE0;
}
.AnyTagClassName
{
color: #0BFBE0;
}
</style>
background-color css
<style>
a { background-color: #0BFBE0; }
a { background-color: rgb(11,251,224); }
div.DivClassName
{
background-color: #0BFBE0;
}
.BgClassName
{
background-color: #0BFBE0;
}
</style>
border-color css
<style>
span { border-color: #0BFBE0; }
span { border-color: rgb(11,251,224); }
td.TdClassName
{
border-color: #0BFBE0;
}
.TagClassName
{
border-color: #0BFBE0;
}
</style>