Shades of Turquoise #48F2BB
Tints of Turquoise #48F2BB
RGB
CMYK
RGB Variations
Color information
#48F2BB (or 0x48F2BB) is known color: Turquoise. HEX triplet: 48, F2 and BB. RGB value is (72,242,187). Sum of RGB (Red+Green+Blue) = 72+242+187=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2BB is #B70D44. Grayscale: #B8B8B8. Windows color (decimal): -11996485 or 12317256. OLE color: 12317256.
HSL color Cylindrical-coordinate representation of color #48F2BB: hue angle of 160.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2BB is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 187 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.05 |
| HSL | 160.59º | 0.87% | 0.62% | - |
| HSV(B) | 160.59º | 0.7% | 0.95% | - |
| XYZ | 43.39 | 68.47 | 57.94 | - |
| YUV | 184.9 | 129.18 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 187 | 0.70 | 0 | 0.23 | 0.05 | 160.59 | 0.87 | 0.62 |
| Hex | 48 | F2 | BB | 46 | 0 | 17 | 5 | A1 | 57 | 3E |
| Octal | 110 | 362 | 273 | 106 | 0 | 27 | 5 | 241 | 127 | 76 |
| Binary | 1001000 | 11110010 | 10111011 | 1000110 | 0 | 10111 | 101 | 10100001 | 1010111 | 111110 |
Color Harmonies of #48F2BB
Complementary color
Monochromatic Colors of #48F2BB
Black with #48F2BB
Text Example
Text Example
White with #48F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F2BB; }
p { color: rgb(72,242,187); }
H1.HeaderClassName
{
color: #48F2BB;
}
.AnyTagClassName
{
color: #48F2BB;
}
</style>
background-color css
<style>
a { background-color: #48F2BB; }
a { background-color: rgb(72,242,187); }
div.DivClassName
{
background-color: #48F2BB;
}
.BgClassName
{
background-color: #48F2BB;
}
</style>
border-color css
<style>
span { border-color: #48F2BB; }
span { border-color: rgb(72,242,187); }
td.TdClassName
{
border-color: #48F2BB;
}
.TagClassName
{
border-color: #48F2BB;
}
</style>