Shades of Bright Turquoise #0FE8C4
Tints of Bright Turquoise #0FE8C4
RGB
CMYK
RGB Variations
Color information
#0FE8C4 (or 0x0FE8C4) is known color: Bright Turquoise. HEX triplet: 0F, E8 and C4. RGB value is (15,232,196). Sum of RGB (Red+Green+Blue) = 15+232+196=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE8C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE8C4 is #F0173B. Grayscale: #A2A2A2. Windows color (decimal): -15734588 or 12904463. OLE color: 12904463.
HSL color Cylindrical-coordinate representation of color #0FE8C4: hue angle of 170.05º 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 #0FE8C4 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 232 | 196 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.09 |
| HSL | 170.05º | 0.88% | 0.48% | - |
| HSV(B) | 170.05º | 0.94% | 0.91% | - |
| XYZ | 39.02 | 61.8 | 62.1 | - |
| YUV | 163.01 | 146.61 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 232 | 196 | 0.94 | 0 | 0.16 | 0.09 | 170.05 | 0.88 | 0.48 |
| Hex | F | E8 | C4 | 5E | 0 | 10 | 9 | AA | 58 | 30 |
| Octal | 17 | 350 | 304 | 136 | 0 | 20 | 11 | 252 | 130 | 60 |
| Binary | 1111 | 11101000 | 11000100 | 1011110 | 0 | 10000 | 1001 | 10101010 | 1011000 | 110000 |
Color Harmonies of #0FE8C4
Complementary color
Monochromatic Colors of #0FE8C4
Black with #0FE8C4
Text Example
Text Example
White with #0FE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE8C4; }
p { color: rgb(15,232,196); }
H1.HeaderClassName
{
color: #0FE8C4;
}
.AnyTagClassName
{
color: #0FE8C4;
}
</style>
background-color css
<style>
a { background-color: #0FE8C4; }
a { background-color: rgb(15,232,196); }
div.DivClassName
{
background-color: #0FE8C4;
}
.BgClassName
{
background-color: #0FE8C4;
}
</style>
border-color css
<style>
span { border-color: #0FE8C4; }
span { border-color: rgb(15,232,196); }
td.TdClassName
{
border-color: #0FE8C4;
}
.TagClassName
{
border-color: #0FE8C4;
}
</style>