Shades of Bright Turquoise #0FE0EF
Tints of Bright Turquoise #0FE0EF
RGB
CMYK
RGB Variations
Color information
#0FE0EF (or 0x0FE0EF) is known color: Bright Turquoise. HEX triplet: 0F, E0 and EF. RGB value is (15,224,239). Sum of RGB (Red+Green+Blue) = 15+224+239=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FE0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE0EF is #F01F10. Grayscale: #A2A2A2. Windows color (decimal): -15736593 or 15720463. OLE color: 15720463.
HSL color Cylindrical-coordinate representation of color #0FE0EF: hue angle of 184.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE0EF is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 224 | 239 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.06 |
| HSL | 184.02º | 0.88% | 0.5% | - |
| HSV(B) | 184.02º | 0.94% | 0.94% | - |
| XYZ | 42.43 | 59.64 | 90.94 | - |
| YUV | 163.22 | 170.76 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 239 | 0.94 | 0.06 | 0 | 0.06 | 184.02 | 0.88 | 0.5 |
| Hex | F | E0 | EF | 5E | 6 | 0 | 6 | B8 | 58 | 32 |
| Octal | 17 | 340 | 357 | 136 | 6 | 0 | 6 | 270 | 130 | 62 |
| Binary | 1111 | 11100000 | 11101111 | 1011110 | 110 | 0 | 110 | 10111000 | 1011000 | 110010 |
Color Harmonies of #0FE0EF
Complementary color
Monochromatic Colors of #0FE0EF
Black with #0FE0EF
Text Example
Text Example
White with #0FE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0EF; }
p { color: rgb(15,224,239); }
H1.HeaderClassName
{
color: #0FE0EF;
}
.AnyTagClassName
{
color: #0FE0EF;
}
</style>
background-color css
<style>
a { background-color: #0FE0EF; }
a { background-color: rgb(15,224,239); }
div.DivClassName
{
background-color: #0FE0EF;
}
.BgClassName
{
background-color: #0FE0EF;
}
</style>
border-color css
<style>
span { border-color: #0FE0EF; }
span { border-color: rgb(15,224,239); }
td.TdClassName
{
border-color: #0FE0EF;
}
.TagClassName
{
border-color: #0FE0EF;
}
</style>