Shades of Turquoise #48FEBE
Tints of Turquoise #48FEBE
RGB
CMYK
RGB Variations
Color information
#48FEBE (or 0x48FEBE) is known color: Turquoise. HEX triplet: 48, FE and BE. RGB value is (72,254,190). Sum of RGB (Red+Green+Blue) = 72+254+190=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEBE is #B70141. Grayscale: #C0C0C0. Windows color (decimal): -11993410 or 12516936. OLE color: 12516936.
HSL color Cylindrical-coordinate representation of color #48FEBE: hue angle of 158.9º 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 #48FEBE is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 190 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.00 |
| HSL | 158.9º | 0.99% | 0.64% | - |
| HSV(B) | 158.9º | 0.72% | 1% | - |
| XYZ | 47.41 | 75.98 | 60.88 | - |
| YUV | 192.29 | 126.7 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 190 | 0.72 | 0 | 0.25 | 0.00 | 158.9 | 0.99 | 0.64 |
| Hex | 48 | FE | BE | 48 | 0 | 19 | 0 | 9F | 63 | 40 |
| Octal | 110 | 376 | 276 | 110 | 0 | 31 | 0 | 237 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10111110 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #48FEBE
Complementary color
Monochromatic Colors of #48FEBE
Black with #48FEBE
Text Example
Text Example
White with #48FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEBE; }
p { color: rgb(72,254,190); }
H1.HeaderClassName
{
color: #48FEBE;
}
.AnyTagClassName
{
color: #48FEBE;
}
</style>
background-color css
<style>
a { background-color: #48FEBE; }
a { background-color: rgb(72,254,190); }
div.DivClassName
{
background-color: #48FEBE;
}
.BgClassName
{
background-color: #48FEBE;
}
</style>
border-color css
<style>
span { border-color: #48FEBE; }
span { border-color: rgb(72,254,190); }
td.TdClassName
{
border-color: #48FEBE;
}
.TagClassName
{
border-color: #48FEBE;
}
</style>