Shades of Turquoise #48FFAB
Tints of Turquoise #48FFAB
RGB
CMYK
RGB Variations
Color information
#48FFAB (or 0x48FFAB) is known color: Turquoise. HEX triplet: 48, FF and AB. RGB value is (72,255,171). Sum of RGB (Red+Green+Blue) = 72+255+171=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FFAB is #B70054. Grayscale: #BEBEBE. Windows color (decimal): -11993173 or 11272008. OLE color: 11272008.
HSL color Cylindrical-coordinate representation of color #48FFAB: hue angle of 152.46º 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 #48FFAB is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 171 | - |
| CMYK | 0.72 | 0 | 0.33 | 0 |
| HSL | 152.46º | 1% | 0.64% | - |
| HSV(B) | 152.46º | 0.72% | 1% | - |
| XYZ | 45.78 | 75.84 | 50.75 | - |
| YUV | 190.71 | 116.87 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 171 | 0.72 | 0 | 0.33 | 0 | 152.46 | 1 | 0.64 |
| Hex | 48 | FF | AB | 48 | 0 | 21 | 0 | 98 | 64 | 40 |
| Octal | 110 | 377 | 253 | 110 | 0 | 41 | 0 | 230 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10101011 | 1001000 | 0 | 100001 | 0 | 10011000 | 1100100 | 1000000 |
Color Harmonies of #48FFAB
Complementary color
Monochromatic Colors of #48FFAB
Black with #48FFAB
Text Example
Text Example
White with #48FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFAB; }
p { color: rgb(72,255,171); }
H1.HeaderClassName
{
color: #48FFAB;
}
.AnyTagClassName
{
color: #48FFAB;
}
</style>
background-color css
<style>
a { background-color: #48FFAB; }
a { background-color: rgb(72,255,171); }
div.DivClassName
{
background-color: #48FFAB;
}
.BgClassName
{
background-color: #48FFAB;
}
</style>
border-color css
<style>
span { border-color: #48FFAB; }
span { border-color: rgb(72,255,171); }
td.TdClassName
{
border-color: #48FFAB;
}
.TagClassName
{
border-color: #48FFAB;
}
</style>