Shades of Bright Turquoise #0FF9EC
Tints of Bright Turquoise #0FF9EC
RGB
CMYK
RGB Variations
Color information
#0FF9EC (or 0x0FF9EC) is known color: Bright Turquoise. HEX triplet: 0F, F9 and EC. RGB value is (15,249,236). Sum of RGB (Red+Green+Blue) = 15+249+236=500 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF9EC is #F00613. Grayscale: #B1B1B1. Windows color (decimal): -15730196 or 15530255. OLE color: 15530255.
HSL color Cylindrical-coordinate representation of color #0FF9EC: hue angle of 176.67º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF9EC is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 236 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.02 |
| HSL | 176.67º | 0.95% | 0.52% | - |
| HSV(B) | 176.67º | 0.94% | 0.98% | - |
| XYZ | 49.21 | 73.91 | 91.03 | - |
| YUV | 177.55 | 160.98 | 12.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 236 | 0.94 | 0 | 0.05 | 0.02 | 176.67 | 0.95 | 0.52 |
| Hex | F | F9 | EC | 5E | 0 | 5 | 2 | B1 | 5F | 34 |
| Octal | 17 | 371 | 354 | 136 | 0 | 5 | 2 | 261 | 137 | 64 |
| Binary | 1111 | 11111001 | 11101100 | 1011110 | 0 | 101 | 10 | 10110001 | 1011111 | 110100 |
Color Harmonies of #0FF9EC
Complementary color
Monochromatic Colors of #0FF9EC
Black with #0FF9EC
Text Example
Text Example
White with #0FF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF9EC; }
p { color: rgb(15,249,236); }
H1.HeaderClassName
{
color: #0FF9EC;
}
.AnyTagClassName
{
color: #0FF9EC;
}
</style>
background-color css
<style>
a { background-color: #0FF9EC; }
a { background-color: rgb(15,249,236); }
div.DivClassName
{
background-color: #0FF9EC;
}
.BgClassName
{
background-color: #0FF9EC;
}
</style>
border-color css
<style>
span { border-color: #0FF9EC; }
span { border-color: rgb(15,249,236); }
td.TdClassName
{
border-color: #0FF9EC;
}
.TagClassName
{
border-color: #0FF9EC;
}
</style>