Shades of Bright Turquoise #0FE0E3
Tints of Bright Turquoise #0FE0E3
RGB
CMYK
RGB Variations
Color information
#0FE0E3 (or 0x0FE0E3) is known color: Bright Turquoise. HEX triplet: 0F, E0 and E3. RGB value is (15,224,227). Sum of RGB (Red+Green+Blue) = 15+224+227=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 227 (89.06% from 255 or 48.71% from 466); Max value from RGB is 227 - color contains mainly: blue. Hex color #0FE0E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0E3 is #F01F1C. Grayscale: #A1A1A1. Windows color (decimal): -15736605 or 14934031. OLE color: 14934031.
HSL color Cylindrical-coordinate representation of color #0FE0E3: hue angle of 180.85º 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 #0FE0E3 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 224 | 227 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.11 |
| HSL | 180.85º | 0.88% | 0.47% | - |
| HSV(B) | 180.85º | 0.93% | 0.89% | - |
| XYZ | 40.72 | 58.96 | 81.91 | - |
| YUV | 161.85 | 164.76 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 227 | 0.93 | 0.01 | 0 | 0.11 | 180.85 | 0.88 | 0.47 |
| Hex | F | E0 | E3 | 5D | 1 | 0 | B | B5 | 58 | 2F |
| Octal | 17 | 340 | 343 | 135 | 1 | 0 | 13 | 265 | 130 | 57 |
| Binary | 1111 | 11100000 | 11100011 | 1011101 | 1 | 0 | 1011 | 10110101 | 1011000 | 101111 |
Color Harmonies of #0FE0E3
Complementary color
Monochromatic Colors of #0FE0E3
Black with #0FE0E3
Text Example
Text Example
White with #0FE0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0E3; }
p { color: rgb(15,224,227); }
H1.HeaderClassName
{
color: #0FE0E3;
}
.AnyTagClassName
{
color: #0FE0E3;
}
</style>
background-color css
<style>
a { background-color: #0FE0E3; }
a { background-color: rgb(15,224,227); }
div.DivClassName
{
background-color: #0FE0E3;
}
.BgClassName
{
background-color: #0FE0E3;
}
</style>
border-color css
<style>
span { border-color: #0FE0E3; }
span { border-color: rgb(15,224,227); }
td.TdClassName
{
border-color: #0FE0E3;
}
.TagClassName
{
border-color: #0FE0E3;
}
</style>