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