Shades of Bright Turquoise #0FE0C9
Tints of Bright Turquoise #0FE0C9
RGB
CMYK
RGB Variations
Color information
#0FE0C9 (or 0x0FE0C9) is known color: Bright Turquoise. HEX triplet: 0F, E0 and C9. RGB value is (15,224,201). Sum of RGB (Red+Green+Blue) = 15+224+201=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0C9 is #F01F36. Grayscale: #9E9E9E. Windows color (decimal): -15736631 or 13230095. OLE color: 13230095.
HSL color Cylindrical-coordinate representation of color #0FE0C9: hue angle of 173.4º 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 #0FE0C9 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 201 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.12 |
| HSL | 173.4º | 0.87% | 0.47% | - |
| HSV(B) | 173.4º | 0.93% | 0.88% | - |
| XYZ | 37.4 | 57.63 | 64.41 | - |
| YUV | 158.89 | 151.76 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 201 | 0.93 | 0 | 0.10 | 0.12 | 173.4 | 0.87 | 0.47 |
| Hex | F | E0 | C9 | 5D | 0 | A | C | AD | 57 | 2F |
| Octal | 17 | 340 | 311 | 135 | 0 | 12 | 14 | 255 | 127 | 57 |
| Binary | 1111 | 11100000 | 11001001 | 1011101 | 0 | 1010 | 1100 | 10101101 | 1010111 | 101111 |
Color Harmonies of #0FE0C9
Complementary color
Monochromatic Colors of #0FE0C9
Black with #0FE0C9
Text Example
Text Example
White with #0FE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0C9; }
p { color: rgb(15,224,201); }
H1.HeaderClassName
{
color: #0FE0C9;
}
.AnyTagClassName
{
color: #0FE0C9;
}
</style>
background-color css
<style>
a { background-color: #0FE0C9; }
a { background-color: rgb(15,224,201); }
div.DivClassName
{
background-color: #0FE0C9;
}
.BgClassName
{
background-color: #0FE0C9;
}
</style>
border-color css
<style>
span { border-color: #0FE0C9; }
span { border-color: rgb(15,224,201); }
td.TdClassName
{
border-color: #0FE0C9;
}
.TagClassName
{
border-color: #0FE0C9;
}
</style>