Shades of Turquoise #48FEBA
Tints of Turquoise #48FEBA
RGB
CMYK
RGB Variations
Color information
#48FEBA (or 0x48FEBA) is known color: Turquoise. HEX triplet: 48, FE and BA. RGB value is (72,254,186). Sum of RGB (Red+Green+Blue) = 72+254+186=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEBA is #B70145. Grayscale: #BFBFBF. Windows color (decimal): -11993414 or 12254792. OLE color: 12254792.
HSL color Cylindrical-coordinate representation of color #48FEBA: hue angle of 157.58º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEBA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 186 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.00 |
| HSL | 157.58º | 0.99% | 0.64% | - |
| HSV(B) | 157.58º | 0.72% | 1% | - |
| XYZ | 46.98 | 75.81 | 58.61 | - |
| YUV | 191.83 | 124.7 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 186 | 0.72 | 0 | 0.27 | 0.00 | 157.58 | 0.99 | 0.64 |
| Hex | 48 | FE | BA | 48 | 0 | 1B | 0 | 9E | 63 | 40 |
| Octal | 110 | 376 | 272 | 110 | 0 | 33 | 0 | 236 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10111010 | 1001000 | 0 | 11011 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #48FEBA
Complementary color
Monochromatic Colors of #48FEBA
Black with #48FEBA
Text Example
Text Example
White with #48FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEBA; }
p { color: rgb(72,254,186); }
H1.HeaderClassName
{
color: #48FEBA;
}
.AnyTagClassName
{
color: #48FEBA;
}
</style>
background-color css
<style>
a { background-color: #48FEBA; }
a { background-color: rgb(72,254,186); }
div.DivClassName
{
background-color: #48FEBA;
}
.BgClassName
{
background-color: #48FEBA;
}
</style>
border-color css
<style>
span { border-color: #48FEBA; }
span { border-color: rgb(72,254,186); }
td.TdClassName
{
border-color: #48FEBA;
}
.TagClassName
{
border-color: #48FEBA;
}
</style>