Shades of Bright Turquoise #0FE0CE
Tints of Bright Turquoise #0FE0CE
RGB
CMYK
RGB Variations
Color information
#0FE0CE (or 0x0FE0CE) is known color: Bright Turquoise. HEX triplet: 0F, E0 and CE. RGB value is (15,224,206). Sum of RGB (Red+Green+Blue) = 15+224+206=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0CE is #F01F31. Grayscale: #9F9F9F. Windows color (decimal): -15736626 or 13557775. OLE color: 13557775.
HSL color Cylindrical-coordinate representation of color #0FE0CE: hue angle of 174.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE0CE is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 206 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.12 |
| HSL | 174.83º | 0.87% | 0.47% | - |
| HSV(B) | 174.83º | 0.93% | 0.88% | - |
| XYZ | 37.99 | 57.87 | 67.56 | - |
| YUV | 159.46 | 154.26 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 206 | 0.93 | 0 | 0.08 | 0.12 | 174.83 | 0.87 | 0.47 |
| Hex | F | E0 | CE | 5D | 0 | 8 | C | AF | 57 | 2F |
| Octal | 17 | 340 | 316 | 135 | 0 | 10 | 14 | 257 | 127 | 57 |
| Binary | 1111 | 11100000 | 11001110 | 1011101 | 0 | 1000 | 1100 | 10101111 | 1010111 | 101111 |
Color Harmonies of #0FE0CE
Complementary color
Monochromatic Colors of #0FE0CE
Black with #0FE0CE
Text Example
Text Example
White with #0FE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0CE; }
p { color: rgb(15,224,206); }
H1.HeaderClassName
{
color: #0FE0CE;
}
.AnyTagClassName
{
color: #0FE0CE;
}
</style>
background-color css
<style>
a { background-color: #0FE0CE; }
a { background-color: rgb(15,224,206); }
div.DivClassName
{
background-color: #0FE0CE;
}
.BgClassName
{
background-color: #0FE0CE;
}
</style>
border-color css
<style>
span { border-color: #0FE0CE; }
span { border-color: rgb(15,224,206); }
td.TdClassName
{
border-color: #0FE0CE;
}
.TagClassName
{
border-color: #0FE0CE;
}
</style>