Shades of Bright Turquoise #0FF2EB
Tints of Bright Turquoise #0FF2EB
RGB
CMYK
RGB Variations
Color information
#0FF2EB (or 0x0FF2EB) is known color: Bright Turquoise. HEX triplet: 0F, F2 and EB. RGB value is (15,242,235). Sum of RGB (Red+Green+Blue) = 15+242+235=492 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF2EB is #F00D14. Grayscale: #ADADAD. Windows color (decimal): -15731989 or 15462927. OLE color: 15462927.
HSL color Cylindrical-coordinate representation of color #0FF2EB: hue angle of 178.15º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF2EB is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 235 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.05 |
| HSL | 178.15º | 0.9% | 0.5% | - |
| HSV(B) | 178.15º | 0.94% | 0.95% | - |
| XYZ | 46.94 | 69.6 | 89.56 | - |
| YUV | 173.33 | 162.79 | 15.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 235 | 0.94 | 0 | 0.03 | 0.05 | 178.15 | 0.9 | 0.5 |
| Hex | F | F2 | EB | 5E | 0 | 3 | 5 | B2 | 5A | 32 |
| Octal | 17 | 362 | 353 | 136 | 0 | 3 | 5 | 262 | 132 | 62 |
| Binary | 1111 | 11110010 | 11101011 | 1011110 | 0 | 11 | 101 | 10110010 | 1011010 | 110010 |
Color Harmonies of #0FF2EB
Complementary color
Monochromatic Colors of #0FF2EB
Black with #0FF2EB
Text Example
Text Example
White with #0FF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF2EB; }
p { color: rgb(15,242,235); }
H1.HeaderClassName
{
color: #0FF2EB;
}
.AnyTagClassName
{
color: #0FF2EB;
}
</style>
background-color css
<style>
a { background-color: #0FF2EB; }
a { background-color: rgb(15,242,235); }
div.DivClassName
{
background-color: #0FF2EB;
}
.BgClassName
{
background-color: #0FF2EB;
}
</style>
border-color css
<style>
span { border-color: #0FF2EB; }
span { border-color: rgb(15,242,235); }
td.TdClassName
{
border-color: #0FF2EB;
}
.TagClassName
{
border-color: #0FF2EB;
}
</style>