Shades of Bright Turquoise #0FFBEB
Tints of Bright Turquoise #0FFBEB
RGB
CMYK
RGB Variations
Color information
#0FFBEB (or 0x0FFBEB) is known color: Bright Turquoise. HEX triplet: 0F, FB and EB. RGB value is (15,251,235). Sum of RGB (Red+Green+Blue) = 15+251+235=501 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBEB is #F00414. Grayscale: #B2B2B2. Windows color (decimal): -15729685 or 15465231. OLE color: 15465231.
HSL color Cylindrical-coordinate representation of color #0FFBEB: hue angle of 175.93º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBEB is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 235 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.02 |
| HSL | 175.93º | 0.97% | 0.52% | - |
| HSV(B) | 175.93º | 0.94% | 0.98% | - |
| XYZ | 49.69 | 75.09 | 90.47 | - |
| YUV | 178.61 | 159.81 | 11.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 235 | 0.94 | 0 | 0.06 | 0.02 | 175.93 | 0.97 | 0.52 |
| Hex | F | FB | EB | 5E | 0 | 6 | 2 | B0 | 61 | 34 |
| Octal | 17 | 373 | 353 | 136 | 0 | 6 | 2 | 260 | 141 | 64 |
| Binary | 1111 | 11111011 | 11101011 | 1011110 | 0 | 110 | 10 | 10110000 | 1100001 | 110100 |
Color Harmonies of #0FFBEB
Complementary color
Monochromatic Colors of #0FFBEB
Black with #0FFBEB
Text Example
Text Example
White with #0FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBEB; }
p { color: rgb(15,251,235); }
H1.HeaderClassName
{
color: #0FFBEB;
}
.AnyTagClassName
{
color: #0FFBEB;
}
</style>
background-color css
<style>
a { background-color: #0FFBEB; }
a { background-color: rgb(15,251,235); }
div.DivClassName
{
background-color: #0FFBEB;
}
.BgClassName
{
background-color: #0FFBEB;
}
</style>
border-color css
<style>
span { border-color: #0FFBEB; }
span { border-color: rgb(15,251,235); }
td.TdClassName
{
border-color: #0FFBEB;
}
.TagClassName
{
border-color: #0FFBEB;
}
</style>