Shades of Bright Turquoise #0FE9CE
Tints of Bright Turquoise #0FE9CE
RGB
CMYK
RGB Variations
Color information
#0FE9CE (or 0x0FE9CE) is known color: Bright Turquoise. HEX triplet: 0F, E9 and CE. RGB value is (15,233,206). Sum of RGB (Red+Green+Blue) = 15+233+206=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 233 (91.41% from 255 or 51.32% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9CE is #F01631. Grayscale: #A4A4A4. Windows color (decimal): -15734322 or 13560079. OLE color: 13560079.
HSL color Cylindrical-coordinate representation of color #0FE9CE: hue angle of 172.57º 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 #0FE9CE is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 206 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.09 |
| HSL | 172.57º | 0.88% | 0.49% | - |
| HSV(B) | 172.57º | 0.94% | 0.91% | - |
| XYZ | 40.48 | 62.84 | 68.39 | - |
| YUV | 164.74 | 151.28 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 206 | 0.94 | 0 | 0.12 | 0.09 | 172.57 | 0.88 | 0.49 |
| Hex | F | E9 | CE | 5E | 0 | C | 9 | AD | 58 | 31 |
| Octal | 17 | 351 | 316 | 136 | 0 | 14 | 11 | 255 | 130 | 61 |
| Binary | 1111 | 11101001 | 11001110 | 1011110 | 0 | 1100 | 1001 | 10101101 | 1011000 | 110001 |
Color Harmonies of #0FE9CE
Complementary color
Monochromatic Colors of #0FE9CE
Black with #0FE9CE
Text Example
Text Example
White with #0FE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9CE; }
p { color: rgb(15,233,206); }
H1.HeaderClassName
{
color: #0FE9CE;
}
.AnyTagClassName
{
color: #0FE9CE;
}
</style>
background-color css
<style>
a { background-color: #0FE9CE; }
a { background-color: rgb(15,233,206); }
div.DivClassName
{
background-color: #0FE9CE;
}
.BgClassName
{
background-color: #0FE9CE;
}
</style>
border-color css
<style>
span { border-color: #0FE9CE; }
span { border-color: rgb(15,233,206); }
td.TdClassName
{
border-color: #0FE9CE;
}
.TagClassName
{
border-color: #0FE9CE;
}
</style>