Shades of Turquoise #48FFBB
Tints of Turquoise #48FFBB
RGB
CMYK
RGB Variations
Color information
#48FFBB (or 0x48FFBB) is known color: Turquoise. HEX triplet: 48, FF and BB. RGB value is (72,255,187). Sum of RGB (Red+Green+Blue) = 72+255+187=514 (68% of max value = 765). Red value is 72 (28.52% from 255 or 14.01% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFBB is #B70044. Grayscale: #C0C0C0. Windows color (decimal): -11993157 or 12320584. OLE color: 12320584.
HSL color Cylindrical-coordinate representation of color #48FFBB: hue angle of 157.7º 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 #48FFBB is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 187 | - |
| CMYK | 0.72 | 0 | 0.27 | 0 |
| HSL | 157.7º | 1% | 0.64% | - |
| HSV(B) | 157.7º | 0.72% | 1% | - |
| XYZ | 47.4 | 76.49 | 59.28 | - |
| YUV | 192.53 | 124.87 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 187 | 0.72 | 0 | 0.27 | 0 | 157.7 | 1 | 0.64 |
| Hex | 48 | FF | BB | 48 | 0 | 1B | 0 | 9E | 64 | 40 |
| Octal | 110 | 377 | 273 | 110 | 0 | 33 | 0 | 236 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10111011 | 1001000 | 0 | 11011 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #48FFBB
Complementary color
Monochromatic Colors of #48FFBB
Black with #48FFBB
Text Example
Text Example
White with #48FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFBB; }
p { color: rgb(72,255,187); }
H1.HeaderClassName
{
color: #48FFBB;
}
.AnyTagClassName
{
color: #48FFBB;
}
</style>
background-color css
<style>
a { background-color: #48FFBB; }
a { background-color: rgb(72,255,187); }
div.DivClassName
{
background-color: #48FFBB;
}
.BgClassName
{
background-color: #48FFBB;
}
</style>
border-color css
<style>
span { border-color: #48FFBB; }
span { border-color: rgb(72,255,187); }
td.TdClassName
{
border-color: #48FFBB;
}
.TagClassName
{
border-color: #48FFBB;
}
</style>