Shades of Turquoise #48FEBF
Tints of Turquoise #48FEBF
RGB
CMYK
RGB Variations
Color information
#48FEBF (or 0x48FEBF) is known color: Turquoise. HEX triplet: 48, FE and BF. RGB value is (72,254,191). Sum of RGB (Red+Green+Blue) = 72+254+191=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEBF is #B70140. Grayscale: #C0C0C0. Windows color (decimal): -11993409 or 12582472. OLE color: 12582472.
HSL color Cylindrical-coordinate representation of color #48FEBF: hue angle of 159.23º 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 #48FEBF is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 191 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.00 |
| HSL | 159.23º | 0.99% | 0.64% | - |
| HSV(B) | 159.23º | 0.72% | 1% | - |
| XYZ | 47.52 | 76.02 | 61.46 | - |
| YUV | 192.4 | 127.2 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 191 | 0.72 | 0 | 0.25 | 0.00 | 159.23 | 0.99 | 0.64 |
| Hex | 48 | FE | BF | 48 | 0 | 19 | 0 | 9F | 63 | 40 |
| Octal | 110 | 376 | 277 | 110 | 0 | 31 | 0 | 237 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10111111 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000000 |
Color Harmonies of #48FEBF
Complementary color
Monochromatic Colors of #48FEBF
Black with #48FEBF
Text Example
Text Example
White with #48FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FEBF; }
p { color: rgb(72,254,191); }
H1.HeaderClassName
{
color: #48FEBF;
}
.AnyTagClassName
{
color: #48FEBF;
}
</style>
background-color css
<style>
a { background-color: #48FEBF; }
a { background-color: rgb(72,254,191); }
div.DivClassName
{
background-color: #48FEBF;
}
.BgClassName
{
background-color: #48FEBF;
}
</style>
border-color css
<style>
span { border-color: #48FEBF; }
span { border-color: rgb(72,254,191); }
td.TdClassName
{
border-color: #48FEBF;
}
.TagClassName
{
border-color: #48FEBF;
}
</style>