Shades of Bright Turquoise #0FE6F9
Tints of Bright Turquoise #0FE6F9
RGB
CMYK
RGB Variations
Color information
#0FE6F9 (or 0x0FE6F9) is known color: Bright Turquoise. HEX triplet: 0F, E6 and F9. RGB value is (15,230,249). Sum of RGB (Red+Green+Blue) = 15+230+249=494 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #0FE6F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE6F9 is #F01906. Grayscale: #A7A7A7. Windows color (decimal): -15735047 or 16377359. OLE color: 16377359.
HSL color Cylindrical-coordinate representation of color #0FE6F9: hue angle of 184.87º 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 #0FE6F9 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 230 | 249 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.02 |
| HSL | 184.87º | 0.95% | 0.52% | - |
| HSV(B) | 184.87º | 0.94% | 0.98% | - |
| XYZ | 45.59 | 63.53 | 99.48 | - |
| YUV | 167.88 | 173.77 | 18.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 249 | 0.94 | 0.08 | 0 | 0.02 | 184.87 | 0.95 | 0.52 |
| Hex | F | E6 | F9 | 5E | 8 | 0 | 2 | B9 | 5F | 34 |
| Octal | 17 | 346 | 371 | 136 | 10 | 0 | 2 | 271 | 137 | 64 |
| Binary | 1111 | 11100110 | 11111001 | 1011110 | 1000 | 0 | 10 | 10111001 | 1011111 | 110100 |
Color Harmonies of #0FE6F9
Complementary color
Monochromatic Colors of #0FE6F9
Black with #0FE6F9
Text Example
Text Example
White with #0FE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE6F9; }
p { color: rgb(15,230,249); }
H1.HeaderClassName
{
color: #0FE6F9;
}
.AnyTagClassName
{
color: #0FE6F9;
}
</style>
background-color css
<style>
a { background-color: #0FE6F9; }
a { background-color: rgb(15,230,249); }
div.DivClassName
{
background-color: #0FE6F9;
}
.BgClassName
{
background-color: #0FE6F9;
}
</style>
border-color css
<style>
span { border-color: #0FE6F9; }
span { border-color: rgb(15,230,249); }
td.TdClassName
{
border-color: #0FE6F9;
}
.TagClassName
{
border-color: #0FE6F9;
}
</style>