Shades of Bright Turquoise #0FE2EB
Tints of Bright Turquoise #0FE2EB
RGB
CMYK
RGB Variations
Color information
#0FE2EB (or 0x0FE2EB) is known color: Bright Turquoise. HEX triplet: 0F, E2 and EB. RGB value is (15,226,235). Sum of RGB (Red+Green+Blue) = 15+226+235=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FE2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE2EB is #F01D14. Grayscale: #A3A3A3. Windows color (decimal): -15736085 or 15458831. OLE color: 15458831.
HSL color Cylindrical-coordinate representation of color #0FE2EB: hue angle of 182.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE2EB is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 226 | 235 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.08 |
| HSL | 182.45º | 0.88% | 0.49% | - |
| HSV(B) | 182.45º | 0.94% | 0.92% | - |
| XYZ | 42.39 | 60.49 | 88.04 | - |
| YUV | 163.94 | 168.1 | 21.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 235 | 0.94 | 0.04 | 0 | 0.08 | 182.45 | 0.88 | 0.49 |
| Hex | F | E2 | EB | 5E | 4 | 0 | 8 | B6 | 58 | 31 |
| Octal | 17 | 342 | 353 | 136 | 4 | 0 | 10 | 266 | 130 | 61 |
| Binary | 1111 | 11100010 | 11101011 | 1011110 | 100 | 0 | 1000 | 10110110 | 1011000 | 110001 |
Color Harmonies of #0FE2EB
Complementary color
Monochromatic Colors of #0FE2EB
Black with #0FE2EB
Text Example
Text Example
White with #0FE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2EB; }
p { color: rgb(15,226,235); }
H1.HeaderClassName
{
color: #0FE2EB;
}
.AnyTagClassName
{
color: #0FE2EB;
}
</style>
background-color css
<style>
a { background-color: #0FE2EB; }
a { background-color: rgb(15,226,235); }
div.DivClassName
{
background-color: #0FE2EB;
}
.BgClassName
{
background-color: #0FE2EB;
}
</style>
border-color css
<style>
span { border-color: #0FE2EB; }
span { border-color: rgb(15,226,235); }
td.TdClassName
{
border-color: #0FE2EB;
}
.TagClassName
{
border-color: #0FE2EB;
}
</style>