Shades of Turquoise #48FFB8
Tints of Turquoise #48FFB8
RGB
CMYK
RGB Variations
Color information
#48FFB8 (or 0x48FFB8) is known color: Turquoise. HEX triplet: 48, FF and B8. RGB value is (72,255,184). Sum of RGB (Red+Green+Blue) = 72+255+184=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFB8 is #B70047. Grayscale: #C0C0C0. Windows color (decimal): -11993160 or 12123976. OLE color: 12123976.
HSL color Cylindrical-coordinate representation of color #48FFB8: hue angle of 156.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFB8 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 184 | - |
| CMYK | 0.72 | 0 | 0.28 | 0 |
| HSL | 156.72º | 1% | 0.64% | - |
| HSV(B) | 156.72º | 0.72% | 1% | - |
| XYZ | 47.08 | 76.36 | 57.6 | - |
| YUV | 192.19 | 123.37 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 184 | 0.72 | 0 | 0.28 | 0 | 156.72 | 1 | 0.64 |
| Hex | 48 | FF | B8 | 48 | 0 | 1C | 0 | 9D | 64 | 40 |
| Octal | 110 | 377 | 270 | 110 | 0 | 34 | 0 | 235 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10111000 | 1001000 | 0 | 11100 | 0 | 10011101 | 1100100 | 1000000 |
Color Harmonies of #48FFB8
Complementary color
Monochromatic Colors of #48FFB8
Black with #48FFB8
Text Example
Text Example
White with #48FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFB8; }
p { color: rgb(72,255,184); }
H1.HeaderClassName
{
color: #48FFB8;
}
.AnyTagClassName
{
color: #48FFB8;
}
</style>
background-color css
<style>
a { background-color: #48FFB8; }
a { background-color: rgb(72,255,184); }
div.DivClassName
{
background-color: #48FFB8;
}
.BgClassName
{
background-color: #48FFB8;
}
</style>
border-color css
<style>
span { border-color: #48FFB8; }
span { border-color: rgb(72,255,184); }
td.TdClassName
{
border-color: #48FFB8;
}
.TagClassName
{
border-color: #48FFB8;
}
</style>