Shades of Bright Turquoise #0FEAE0
Tints of Bright Turquoise #0FEAE0
RGB
CMYK
RGB Variations
Color information
#0FEAE0 (or 0x0FEAE0) is known color: Bright Turquoise. HEX triplet: 0F, EA and E0. RGB value is (15,234,224). Sum of RGB (Red+Green+Blue) = 15+234+224=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAE0 is #F0151F. Grayscale: #A7A7A7. Windows color (decimal): -15734048 or 14739983. OLE color: 14739983.
HSL color Cylindrical-coordinate representation of color #0FEAE0: hue angle of 177.26º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAE0 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 224 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.08 |
| HSL | 177.26º | 0.88% | 0.49% | - |
| HSV(B) | 177.26º | 0.94% | 0.92% | - |
| XYZ | 43.07 | 64.33 | 80.67 | - |
| YUV | 167.38 | 159.95 | 19.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 224 | 0.94 | 0 | 0.04 | 0.08 | 177.26 | 0.88 | 0.49 |
| Hex | F | EA | E0 | 5E | 0 | 4 | 8 | B1 | 58 | 31 |
| Octal | 17 | 352 | 340 | 136 | 0 | 4 | 10 | 261 | 130 | 61 |
| Binary | 1111 | 11101010 | 11100000 | 1011110 | 0 | 100 | 1000 | 10110001 | 1011000 | 110001 |
Color Harmonies of #0FEAE0
Complementary color
Monochromatic Colors of #0FEAE0
Black with #0FEAE0
Text Example
Text Example
White with #0FEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAE0; }
p { color: rgb(15,234,224); }
H1.HeaderClassName
{
color: #0FEAE0;
}
.AnyTagClassName
{
color: #0FEAE0;
}
</style>
background-color css
<style>
a { background-color: #0FEAE0; }
a { background-color: rgb(15,234,224); }
div.DivClassName
{
background-color: #0FEAE0;
}
.BgClassName
{
background-color: #0FEAE0;
}
</style>
border-color css
<style>
span { border-color: #0FEAE0; }
span { border-color: rgb(15,234,224); }
td.TdClassName
{
border-color: #0FEAE0;
}
.TagClassName
{
border-color: #0FEAE0;
}
</style>