Shades of Bright Turquoise #0FE2E0
Tints of Bright Turquoise #0FE2E0
RGB
CMYK
RGB Variations
Color information
#0FE2E0 (or 0x0FE2E0) is known color: Bright Turquoise. HEX triplet: 0F, E2 and E0. RGB value is (15,226,224). Sum of RGB (Red+Green+Blue) = 15+226+224=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2E0 is #F01D1F. Grayscale: #A2A2A2. Windows color (decimal): -15736096 or 14737935. OLE color: 14737935.
HSL color Cylindrical-coordinate representation of color #0FE2E0: hue angle of 179.43º 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 #0FE2E0 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 224 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.11 |
| HSL | 179.43º | 0.88% | 0.47% | - |
| HSV(B) | 179.43º | 0.93% | 0.89% | - |
| XYZ | 40.85 | 59.88 | 79.93 | - |
| YUV | 162.68 | 162.6 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 224 | 0.93 | 0 | 0.01 | 0.11 | 179.43 | 0.88 | 0.47 |
| Hex | F | E2 | E0 | 5D | 0 | 1 | B | B3 | 58 | 2F |
| Octal | 17 | 342 | 340 | 135 | 0 | 1 | 13 | 263 | 130 | 57 |
| Binary | 1111 | 11100010 | 11100000 | 1011101 | 0 | 1 | 1011 | 10110011 | 1011000 | 101111 |
Color Harmonies of #0FE2E0
Complementary color
Monochromatic Colors of #0FE2E0
Black with #0FE2E0
Text Example
Text Example
White with #0FE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2E0; }
p { color: rgb(15,226,224); }
H1.HeaderClassName
{
color: #0FE2E0;
}
.AnyTagClassName
{
color: #0FE2E0;
}
</style>
background-color css
<style>
a { background-color: #0FE2E0; }
a { background-color: rgb(15,226,224); }
div.DivClassName
{
background-color: #0FE2E0;
}
.BgClassName
{
background-color: #0FE2E0;
}
</style>
border-color css
<style>
span { border-color: #0FE2E0; }
span { border-color: rgb(15,226,224); }
td.TdClassName
{
border-color: #0FE2E0;
}
.TagClassName
{
border-color: #0FE2E0;
}
</style>