Shades of Bright Turquoise #0FEABA
Tints of Bright Turquoise #0FEABA
RGB
CMYK
RGB Variations
Color information
#0FEABA (or 0x0FEABA) is known color: Bright Turquoise. HEX triplet: 0F, EA and BA. RGB value is (15,234,186). Sum of RGB (Red+Green+Blue) = 15+234+186=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEABA is #F01545. Grayscale: #A3A3A3. Windows color (decimal): -15734086 or 12249615. OLE color: 12249615.
HSL color Cylindrical-coordinate representation of color #0FEABA: hue angle of 166.85º 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 #0FEABA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 186 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.08 |
| HSL | 166.85º | 0.88% | 0.49% | - |
| HSV(B) | 166.85º | 0.94% | 0.92% | - |
| XYZ | 38.48 | 62.49 | 56.49 | - |
| YUV | 163.05 | 140.95 | 22.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 186 | 0.94 | 0 | 0.21 | 0.08 | 166.85 | 0.88 | 0.49 |
| Hex | F | EA | BA | 5E | 0 | 15 | 8 | A7 | 58 | 31 |
| Octal | 17 | 352 | 272 | 136 | 0 | 25 | 10 | 247 | 130 | 61 |
| Binary | 1111 | 11101010 | 10111010 | 1011110 | 0 | 10101 | 1000 | 10100111 | 1011000 | 110001 |
Color Harmonies of #0FEABA
Complementary color
Monochromatic Colors of #0FEABA
Black with #0FEABA
Text Example
Text Example
White with #0FEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEABA; }
p { color: rgb(15,234,186); }
H1.HeaderClassName
{
color: #0FEABA;
}
.AnyTagClassName
{
color: #0FEABA;
}
</style>
background-color css
<style>
a { background-color: #0FEABA; }
a { background-color: rgb(15,234,186); }
div.DivClassName
{
background-color: #0FEABA;
}
.BgClassName
{
background-color: #0FEABA;
}
</style>
border-color css
<style>
span { border-color: #0FEABA; }
span { border-color: rgb(15,234,186); }
td.TdClassName
{
border-color: #0FEABA;
}
.TagClassName
{
border-color: #0FEABA;
}
</style>