Shades of Bright Turquoise #0FE4CE
Tints of Bright Turquoise #0FE4CE
RGB
CMYK
RGB Variations
Color information
#0FE4CE (or 0x0FE4CE) is known color: Bright Turquoise. HEX triplet: 0F, E4 and CE. RGB value is (15,228,206). Sum of RGB (Red+Green+Blue) = 15+228+206=449 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.34% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4CE is #F01B31. Grayscale: #A1A1A1. Windows color (decimal): -15735602 or 13558799. OLE color: 13558799.
HSL color Cylindrical-coordinate representation of color #0FE4CE: hue angle of 173.8º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4CE is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 206 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.11 |
| HSL | 173.8º | 0.88% | 0.48% | - |
| HSV(B) | 173.8º | 0.93% | 0.89% | - |
| XYZ | 39.08 | 60.04 | 67.92 | - |
| YUV | 161.81 | 152.93 | 23.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 206 | 0.93 | 0 | 0.10 | 0.11 | 173.8 | 0.88 | 0.48 |
| Hex | F | E4 | CE | 5D | 0 | A | B | AE | 58 | 30 |
| Octal | 17 | 344 | 316 | 135 | 0 | 12 | 13 | 256 | 130 | 60 |
| Binary | 1111 | 11100100 | 11001110 | 1011101 | 0 | 1010 | 1011 | 10101110 | 1011000 | 110000 |
Color Harmonies of #0FE4CE
Complementary color
Monochromatic Colors of #0FE4CE
Black with #0FE4CE
Text Example
Text Example
White with #0FE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4CE; }
p { color: rgb(15,228,206); }
H1.HeaderClassName
{
color: #0FE4CE;
}
.AnyTagClassName
{
color: #0FE4CE;
}
</style>
background-color css
<style>
a { background-color: #0FE4CE; }
a { background-color: rgb(15,228,206); }
div.DivClassName
{
background-color: #0FE4CE;
}
.BgClassName
{
background-color: #0FE4CE;
}
</style>
border-color css
<style>
span { border-color: #0FE4CE; }
span { border-color: rgb(15,228,206); }
td.TdClassName
{
border-color: #0FE4CE;
}
.TagClassName
{
border-color: #0FE4CE;
}
</style>