Shades of Bright Turquoise #0FFBE2
Tints of Bright Turquoise #0FFBE2
RGB
CMYK
RGB Variations
Color information
#0FFBE2 (or 0x0FFBE2) is known color: Bright Turquoise. HEX triplet: 0F, FB and E2. RGB value is (15,251,226). Sum of RGB (Red+Green+Blue) = 15+251+226=492 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBE2 is #F0041D. Grayscale: #B1B1B1. Windows color (decimal): -15729694 or 14875407. OLE color: 14875407.
HSL color Cylindrical-coordinate representation of color #0FFBE2: hue angle of 173.64º 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 #0FFBE2 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 226 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.02 |
| HSL | 173.64º | 0.97% | 0.52% | - |
| HSV(B) | 173.64º | 0.94% | 0.98% | - |
| XYZ | 48.42 | 74.59 | 83.8 | - |
| YUV | 177.59 | 155.31 | 12.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 226 | 0.94 | 0 | 0.10 | 0.02 | 173.64 | 0.97 | 0.52 |
| Hex | F | FB | E2 | 5E | 0 | A | 2 | AE | 61 | 34 |
| Octal | 17 | 373 | 342 | 136 | 0 | 12 | 2 | 256 | 141 | 64 |
| Binary | 1111 | 11111011 | 11100010 | 1011110 | 0 | 1010 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #0FFBE2
Complementary color
Monochromatic Colors of #0FFBE2
Black with #0FFBE2
Text Example
Text Example
White with #0FFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBE2; }
p { color: rgb(15,251,226); }
H1.HeaderClassName
{
color: #0FFBE2;
}
.AnyTagClassName
{
color: #0FFBE2;
}
</style>
background-color css
<style>
a { background-color: #0FFBE2; }
a { background-color: rgb(15,251,226); }
div.DivClassName
{
background-color: #0FFBE2;
}
.BgClassName
{
background-color: #0FFBE2;
}
</style>
border-color css
<style>
span { border-color: #0FFBE2; }
span { border-color: rgb(15,251,226); }
td.TdClassName
{
border-color: #0FFBE2;
}
.TagClassName
{
border-color: #0FFBE2;
}
</style>