Shades of Bright Turquoise #0FE2CE
Tints of Bright Turquoise #0FE2CE
RGB
CMYK
RGB Variations
Color information
#0FE2CE (or 0x0FE2CE) is known color: Bright Turquoise. HEX triplet: 0F, E2 and CE. RGB value is (15,226,206). Sum of RGB (Red+Green+Blue) = 15+226+206=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2CE is #F01D31. Grayscale: #A0A0A0. Windows color (decimal): -15736114 or 13558287. OLE color: 13558287.
HSL color Cylindrical-coordinate representation of color #0FE2CE: hue angle of 174.31º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE2CE is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 206 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.11 |
| HSL | 174.31º | 0.88% | 0.47% | - |
| HSV(B) | 174.31º | 0.93% | 0.89% | - |
| XYZ | 38.53 | 58.95 | 67.74 | - |
| YUV | 160.63 | 153.6 | 24.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 206 | 0.93 | 0 | 0.09 | 0.11 | 174.31 | 0.88 | 0.47 |
| Hex | F | E2 | CE | 5D | 0 | 9 | B | AE | 58 | 2F |
| Octal | 17 | 342 | 316 | 135 | 0 | 11 | 13 | 256 | 130 | 57 |
| Binary | 1111 | 11100010 | 11001110 | 1011101 | 0 | 1001 | 1011 | 10101110 | 1011000 | 101111 |
Color Harmonies of #0FE2CE
Complementary color
Monochromatic Colors of #0FE2CE
Black with #0FE2CE
Text Example
Text Example
White with #0FE2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2CE; }
p { color: rgb(15,226,206); }
H1.HeaderClassName
{
color: #0FE2CE;
}
.AnyTagClassName
{
color: #0FE2CE;
}
</style>
background-color css
<style>
a { background-color: #0FE2CE; }
a { background-color: rgb(15,226,206); }
div.DivClassName
{
background-color: #0FE2CE;
}
.BgClassName
{
background-color: #0FE2CE;
}
</style>
border-color css
<style>
span { border-color: #0FE2CE; }
span { border-color: rgb(15,226,206); }
td.TdClassName
{
border-color: #0FE2CE;
}
.TagClassName
{
border-color: #0FE2CE;
}
</style>