Shades of Bright Turquoise #0FE9C9
Tints of Bright Turquoise #0FE9C9
RGB
CMYK
RGB Variations
Color information
#0FE9C9 (or 0x0FE9C9) is known color: Bright Turquoise. HEX triplet: 0F, E9 and C9. RGB value is (15,233,201). Sum of RGB (Red+Green+Blue) = 15+233+201=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9C9 is #F01636. Grayscale: #A4A4A4. Windows color (decimal): -15734327 or 13232399. OLE color: 13232399.
HSL color Cylindrical-coordinate representation of color #0FE9C9: hue angle of 171.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE9C9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 201 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.09 |
| HSL | 171.19º | 0.88% | 0.49% | - |
| HSV(B) | 171.19º | 0.94% | 0.91% | - |
| XYZ | 39.88 | 62.6 | 65.24 | - |
| YUV | 164.17 | 148.78 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 201 | 0.94 | 0 | 0.14 | 0.09 | 171.19 | 0.88 | 0.49 |
| Hex | F | E9 | C9 | 5E | 0 | E | 9 | AB | 58 | 31 |
| Octal | 17 | 351 | 311 | 136 | 0 | 16 | 11 | 253 | 130 | 61 |
| Binary | 1111 | 11101001 | 11001001 | 1011110 | 0 | 1110 | 1001 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FE9C9
Complementary color
Monochromatic Colors of #0FE9C9
Black with #0FE9C9
Text Example
Text Example
White with #0FE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9C9; }
p { color: rgb(15,233,201); }
H1.HeaderClassName
{
color: #0FE9C9;
}
.AnyTagClassName
{
color: #0FE9C9;
}
</style>
background-color css
<style>
a { background-color: #0FE9C9; }
a { background-color: rgb(15,233,201); }
div.DivClassName
{
background-color: #0FE9C9;
}
.BgClassName
{
background-color: #0FE9C9;
}
</style>
border-color css
<style>
span { border-color: #0FE9C9; }
span { border-color: rgb(15,233,201); }
td.TdClassName
{
border-color: #0FE9C9;
}
.TagClassName
{
border-color: #0FE9C9;
}
</style>