Shades of Bright Turquoise #0FE8C1
Tints of Bright Turquoise #0FE8C1
RGB
CMYK
RGB Variations
Color information
#0FE8C1 (or 0x0FE8C1) is known color: Bright Turquoise. HEX triplet: 0F, E8 and C1. RGB value is (15,232,193). Sum of RGB (Red+Green+Blue) = 15+232+193=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE8C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE8C1 is #F0173E. Grayscale: #A2A2A2. Windows color (decimal): -15734591 or 12707855. OLE color: 12707855.
HSL color Cylindrical-coordinate representation of color #0FE8C1: hue angle of 169.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE8C1 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 232 | 193 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.09 |
| HSL | 169.22º | 0.88% | 0.48% | - |
| HSV(B) | 169.22º | 0.94% | 0.91% | - |
| XYZ | 38.68 | 61.67 | 60.32 | - |
| YUV | 162.67 | 145.11 | 22.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 232 | 193 | 0.94 | 0 | 0.17 | 0.09 | 169.22 | 0.88 | 0.48 |
| Hex | F | E8 | C1 | 5E | 0 | 11 | 9 | A9 | 58 | 30 |
| Octal | 17 | 350 | 301 | 136 | 0 | 21 | 11 | 251 | 130 | 60 |
| Binary | 1111 | 11101000 | 11000001 | 1011110 | 0 | 10001 | 1001 | 10101001 | 1011000 | 110000 |
Color Harmonies of #0FE8C1
Complementary color
Monochromatic Colors of #0FE8C1
Black with #0FE8C1
Text Example
Text Example
White with #0FE8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE8C1; }
p { color: rgb(15,232,193); }
H1.HeaderClassName
{
color: #0FE8C1;
}
.AnyTagClassName
{
color: #0FE8C1;
}
</style>
background-color css
<style>
a { background-color: #0FE8C1; }
a { background-color: rgb(15,232,193); }
div.DivClassName
{
background-color: #0FE8C1;
}
.BgClassName
{
background-color: #0FE8C1;
}
</style>
border-color css
<style>
span { border-color: #0FE8C1; }
span { border-color: rgb(15,232,193); }
td.TdClassName
{
border-color: #0FE8C1;
}
.TagClassName
{
border-color: #0FE8C1;
}
</style>