Shades of Turquoise #48FABB
Tints of Turquoise #48FABB
RGB
CMYK
RGB Variations
Color information
#48FABB (or 0x48FABB) is known color: Turquoise. HEX triplet: 48, FA and BB. RGB value is (72,250,187). Sum of RGB (Red+Green+Blue) = 72+250+187=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #48FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FABB is #B70544. Grayscale: #BDBDBD. Windows color (decimal): -11994437 or 12319304. OLE color: 12319304.
HSL color Cylindrical-coordinate representation of color #48FABB: hue angle of 158.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FABB is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 250 | 187 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.02 |
| HSL | 158.76º | 0.95% | 0.63% | - |
| HSV(B) | 158.76º | 0.71% | 0.98% | - |
| XYZ | 45.83 | 73.34 | 58.75 | - |
| YUV | 189.6 | 126.53 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 250 | 187 | 0.71 | 0 | 0.25 | 0.02 | 158.76 | 0.95 | 0.63 |
| Hex | 48 | FA | BB | 47 | 0 | 19 | 2 | 9F | 5F | 3F |
| Octal | 110 | 372 | 273 | 107 | 0 | 31 | 2 | 237 | 137 | 77 |
| Binary | 1001000 | 11111010 | 10111011 | 1000111 | 0 | 11001 | 10 | 10011111 | 1011111 | 111111 |
Color Harmonies of #48FABB
Complementary color
Monochromatic Colors of #48FABB
Black with #48FABB
Text Example
Text Example
White with #48FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FABB; }
p { color: rgb(72,250,187); }
H1.HeaderClassName
{
color: #48FABB;
}
.AnyTagClassName
{
color: #48FABB;
}
</style>
background-color css
<style>
a { background-color: #48FABB; }
a { background-color: rgb(72,250,187); }
div.DivClassName
{
background-color: #48FABB;
}
.BgClassName
{
background-color: #48FABB;
}
</style>
border-color css
<style>
span { border-color: #48FABB; }
span { border-color: rgb(72,250,187); }
td.TdClassName
{
border-color: #48FABB;
}
.TagClassName
{
border-color: #48FABB;
}
</style>