Shades of Bright Turquoise #0FE9F7
Tints of Bright Turquoise #0FE9F7
RGB
CMYK
RGB Variations
Color information
#0FE9F7 (or 0x0FE9F7) is known color: Bright Turquoise. HEX triplet: 0F, E9 and F7. RGB value is (15,233,247). Sum of RGB (Red+Green+Blue) = 15+233+247=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FE9F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE9F7 is #F01608. Grayscale: #A9A9A9. Windows color (decimal): -15734281 or 16247055. OLE color: 16247055.
HSL color Cylindrical-coordinate representation of color #0FE9F7: hue angle of 183.62º 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 #0FE9F7 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 233 | 247 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.03 |
| HSL | 183.62º | 0.94% | 0.51% | - |
| HSV(B) | 183.62º | 0.94% | 0.97% | - |
| XYZ | 46.12 | 65.09 | 98.13 | - |
| YUV | 169.41 | 171.78 | 17.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 247 | 0.94 | 0.06 | 0 | 0.03 | 183.62 | 0.94 | 0.51 |
| Hex | F | E9 | F7 | 5E | 6 | 0 | 3 | B8 | 5E | 33 |
| Octal | 17 | 351 | 367 | 136 | 6 | 0 | 3 | 270 | 136 | 63 |
| Binary | 1111 | 11101001 | 11110111 | 1011110 | 110 | 0 | 11 | 10111000 | 1011110 | 110011 |
Color Harmonies of #0FE9F7
Complementary color
Monochromatic Colors of #0FE9F7
Black with #0FE9F7
Text Example
Text Example
White with #0FE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9F7; }
p { color: rgb(15,233,247); }
H1.HeaderClassName
{
color: #0FE9F7;
}
.AnyTagClassName
{
color: #0FE9F7;
}
</style>
background-color css
<style>
a { background-color: #0FE9F7; }
a { background-color: rgb(15,233,247); }
div.DivClassName
{
background-color: #0FE9F7;
}
.BgClassName
{
background-color: #0FE9F7;
}
</style>
border-color css
<style>
span { border-color: #0FE9F7; }
span { border-color: rgb(15,233,247); }
td.TdClassName
{
border-color: #0FE9F7;
}
.TagClassName
{
border-color: #0FE9F7;
}
</style>