Shades of Bright Turquoise #0FF7E0
Tints of Bright Turquoise #0FF7E0
RGB
CMYK
RGB Variations
Color information
#0FF7E0 (or 0x0FF7E0) is known color: Bright Turquoise. HEX triplet: 0F, F7 and E0. RGB value is (15,247,224). Sum of RGB (Red+Green+Blue) = 15+247+224=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7E0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7E0 is #F0081F. Grayscale: #AEAEAE. Windows color (decimal): -15730720 or 14743311. OLE color: 14743311.
HSL color Cylindrical-coordinate representation of color #0FF7E0: hue angle of 174.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7E0 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 224 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.03 |
| HSL | 174.05º | 0.94% | 0.51% | - |
| HSV(B) | 174.05º | 0.94% | 0.97% | - |
| XYZ | 46.91 | 72 | 81.95 | - |
| YUV | 175.01 | 155.64 | 13.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 224 | 0.94 | 0 | 0.09 | 0.03 | 174.05 | 0.94 | 0.51 |
| Hex | F | F7 | E0 | 5E | 0 | 9 | 3 | AE | 5E | 33 |
| Octal | 17 | 367 | 340 | 136 | 0 | 11 | 3 | 256 | 136 | 63 |
| Binary | 1111 | 11110111 | 11100000 | 1011110 | 0 | 1001 | 11 | 10101110 | 1011110 | 110011 |
Color Harmonies of #0FF7E0
Complementary color
Monochromatic Colors of #0FF7E0
Black with #0FF7E0
Text Example
Text Example
White with #0FF7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF7E0; }
p { color: rgb(15,247,224); }
H1.HeaderClassName
{
color: #0FF7E0;
}
.AnyTagClassName
{
color: #0FF7E0;
}
</style>
background-color css
<style>
a { background-color: #0FF7E0; }
a { background-color: rgb(15,247,224); }
div.DivClassName
{
background-color: #0FF7E0;
}
.BgClassName
{
background-color: #0FF7E0;
}
</style>
border-color css
<style>
span { border-color: #0FF7E0; }
span { border-color: rgb(15,247,224); }
td.TdClassName
{
border-color: #0FF7E0;
}
.TagClassName
{
border-color: #0FF7E0;
}
</style>