Shades of Bright Turquoise #0FE1C4
Tints of Bright Turquoise #0FE1C4
RGB
CMYK
RGB Variations
Color information
#0FE1C4 (or 0x0FE1C4) is known color: Bright Turquoise. HEX triplet: 0F, E1 and C4. RGB value is (15,225,196). Sum of RGB (Red+Green+Blue) = 15+225+196=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1C4 is #F01E3B. Grayscale: #9E9E9E. Windows color (decimal): -15736380 or 12902671. OLE color: 12902671.
HSL color Cylindrical-coordinate representation of color #0FE1C4: hue angle of 171.71º degrees, saturation: 0.88, 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 #0FE1C4 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 196 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.12 |
| HSL | 171.71º | 0.88% | 0.47% | - |
| HSV(B) | 171.71º | 0.93% | 0.88% | - |
| XYZ | 37.09 | 57.94 | 61.45 | - |
| YUV | 158.9 | 148.93 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 196 | 0.93 | 0 | 0.13 | 0.12 | 171.71 | 0.88 | 0.47 |
| Hex | F | E1 | C4 | 5D | 0 | D | C | AC | 58 | 2F |
| Octal | 17 | 341 | 304 | 135 | 0 | 15 | 14 | 254 | 130 | 57 |
| Binary | 1111 | 11100001 | 11000100 | 1011101 | 0 | 1101 | 1100 | 10101100 | 1011000 | 101111 |
Color Harmonies of #0FE1C4
Complementary color
Monochromatic Colors of #0FE1C4
Black with #0FE1C4
Text Example
Text Example
White with #0FE1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1C4; }
p { color: rgb(15,225,196); }
H1.HeaderClassName
{
color: #0FE1C4;
}
.AnyTagClassName
{
color: #0FE1C4;
}
</style>
background-color css
<style>
a { background-color: #0FE1C4; }
a { background-color: rgb(15,225,196); }
div.DivClassName
{
background-color: #0FE1C4;
}
.BgClassName
{
background-color: #0FE1C4;
}
</style>
border-color css
<style>
span { border-color: #0FE1C4; }
span { border-color: rgb(15,225,196); }
td.TdClassName
{
border-color: #0FE1C4;
}
.TagClassName
{
border-color: #0FE1C4;
}
</style>