Shades of Turquoise #48EDB7
Tints of Turquoise #48EDB7
RGB
CMYK
RGB Variations
Color information
#48EDB7 (or 0x48EDB7) is known color: Turquoise. HEX triplet: 48, ED and B7. RGB value is (72,237,183). Sum of RGB (Red+Green+Blue) = 72+237+183=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDB7 is #B71248. Grayscale: #B5B5B5. Windows color (decimal): -11997769 or 12053832. OLE color: 12053832.
HSL color Cylindrical-coordinate representation of color #48EDB7: hue angle of 160.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDB7 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 183 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.07 |
| HSL | 160.36º | 0.82% | 0.61% | - |
| HSV(B) | 160.36º | 0.7% | 0.93% | - |
| XYZ | 41.5 | 65.36 | 55.23 | - |
| YUV | 181.51 | 128.84 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 183 | 0.70 | 0 | 0.23 | 0.07 | 160.36 | 0.82 | 0.61 |
| Hex | 48 | ED | B7 | 46 | 0 | 17 | 7 | A0 | 52 | 3D |
| Octal | 110 | 355 | 267 | 106 | 0 | 27 | 7 | 240 | 122 | 75 |
| Binary | 1001000 | 11101101 | 10110111 | 1000110 | 0 | 10111 | 111 | 10100000 | 1010010 | 111101 |
Color Harmonies of #48EDB7
Complementary color
Monochromatic Colors of #48EDB7
Black with #48EDB7
Text Example
Text Example
White with #48EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDB7; }
p { color: rgb(72,237,183); }
H1.HeaderClassName
{
color: #48EDB7;
}
.AnyTagClassName
{
color: #48EDB7;
}
</style>
background-color css
<style>
a { background-color: #48EDB7; }
a { background-color: rgb(72,237,183); }
div.DivClassName
{
background-color: #48EDB7;
}
.BgClassName
{
background-color: #48EDB7;
}
</style>
border-color css
<style>
span { border-color: #48EDB7; }
span { border-color: rgb(72,237,183); }
td.TdClassName
{
border-color: #48EDB7;
}
.TagClassName
{
border-color: #48EDB7;
}
</style>