Shades of Bright Turquoise #0FEAC9
Tints of Bright Turquoise #0FEAC9
RGB
CMYK
RGB Variations
Color information
#0FEAC9 (or 0x0FEAC9) is known color: Bright Turquoise. HEX triplet: 0F, EA and C9. RGB value is (15,234,201). Sum of RGB (Red+Green+Blue) = 15+234+201=450 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAC9 is #F01536. Grayscale: #A4A4A4. Windows color (decimal): -15734071 or 13232655. OLE color: 13232655.
HSL color Cylindrical-coordinate representation of color #0FEAC9: hue angle of 170.96º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAC9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 201 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.08 |
| HSL | 170.96º | 0.88% | 0.49% | - |
| HSV(B) | 170.96º | 0.94% | 0.92% | - |
| XYZ | 40.16 | 63.16 | 65.33 | - |
| YUV | 164.76 | 148.45 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 201 | 0.94 | 0 | 0.14 | 0.08 | 170.96 | 0.88 | 0.49 |
| Hex | F | EA | C9 | 5E | 0 | E | 8 | AB | 58 | 31 |
| Octal | 17 | 352 | 311 | 136 | 0 | 16 | 10 | 253 | 130 | 61 |
| Binary | 1111 | 11101010 | 11001001 | 1011110 | 0 | 1110 | 1000 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FEAC9
Complementary color
Monochromatic Colors of #0FEAC9
Black with #0FEAC9
Text Example
Text Example
White with #0FEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAC9; }
p { color: rgb(15,234,201); }
H1.HeaderClassName
{
color: #0FEAC9;
}
.AnyTagClassName
{
color: #0FEAC9;
}
</style>
background-color css
<style>
a { background-color: #0FEAC9; }
a { background-color: rgb(15,234,201); }
div.DivClassName
{
background-color: #0FEAC9;
}
.BgClassName
{
background-color: #0FEAC9;
}
</style>
border-color css
<style>
span { border-color: #0FEAC9; }
span { border-color: rgb(15,234,201); }
td.TdClassName
{
border-color: #0FEAC9;
}
.TagClassName
{
border-color: #0FEAC9;
}
</style>