Shades of Turquoise #48FFBF
Tints of Turquoise #48FFBF
RGB
CMYK
RGB Variations
Color information
#48FFBF (or 0x48FFBF) is known color: Turquoise. HEX triplet: 48, FF and BF. RGB value is (72,255,191). Sum of RGB (Red+Green+Blue) = 72+255+191=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFBF is #B70040. Grayscale: #C1C1C1. Windows color (decimal): -11993153 or 12582728. OLE color: 12582728.
HSL color Cylindrical-coordinate representation of color #48FFBF: hue angle of 159.02º 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 #48FFBF is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 191 | - |
| CMYK | 0.72 | 0 | 0.25 | 0 |
| HSL | 159.02º | 1% | 0.64% | - |
| HSV(B) | 159.02º | 0.72% | 1% | - |
| XYZ | 47.84 | 76.66 | 61.57 | - |
| YUV | 192.99 | 126.87 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 191 | 0.72 | 0 | 0.25 | 0 | 159.02 | 1 | 0.64 |
| Hex | 48 | FF | BF | 48 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 110 | 377 | 277 | 110 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10111111 | 1001000 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #48FFBF
Complementary color
Monochromatic Colors of #48FFBF
Black with #48FFBF
Text Example
Text Example
White with #48FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFBF; }
p { color: rgb(72,255,191); }
H1.HeaderClassName
{
color: #48FFBF;
}
.AnyTagClassName
{
color: #48FFBF;
}
</style>
background-color css
<style>
a { background-color: #48FFBF; }
a { background-color: rgb(72,255,191); }
div.DivClassName
{
background-color: #48FFBF;
}
.BgClassName
{
background-color: #48FFBF;
}
</style>
border-color css
<style>
span { border-color: #48FFBF; }
span { border-color: rgb(72,255,191); }
td.TdClassName
{
border-color: #48FFBF;
}
.TagClassName
{
border-color: #48FFBF;
}
</style>