Shades of Turquoise #48EDB4
Tints of Turquoise #48EDB4
RGB
CMYK
RGB Variations
Color information
#48EDB4 (or 0x48EDB4) is known color: Turquoise. HEX triplet: 48, ED and B4. RGB value is (72,237,180). Sum of RGB (Red+Green+Blue) = 72+237+180=489 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.72% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDB4 is #B7124B. Grayscale: #B5B5B5. Windows color (decimal): -11997772 or 11857224. OLE color: 11857224.
HSL color Cylindrical-coordinate representation of color #48EDB4: hue angle of 159.27º 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 #48EDB4 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 237 | 180 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.07 |
| HSL | 159.27º | 0.82% | 0.61% | - |
| HSV(B) | 159.27º | 0.7% | 0.93% | - |
| XYZ | 41.19 | 65.24 | 53.6 | - |
| YUV | 181.17 | 127.34 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 237 | 180 | 0.70 | 0 | 0.24 | 0.07 | 159.27 | 0.82 | 0.61 |
| Hex | 48 | ED | B4 | 46 | 0 | 18 | 7 | 9F | 52 | 3D |
| Octal | 110 | 355 | 264 | 106 | 0 | 30 | 7 | 237 | 122 | 75 |
| Binary | 1001000 | 11101101 | 10110100 | 1000110 | 0 | 11000 | 111 | 10011111 | 1010010 | 111101 |
Color Harmonies of #48EDB4
Complementary color
Monochromatic Colors of #48EDB4
Black with #48EDB4
Text Example
Text Example
White with #48EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EDB4; }
p { color: rgb(72,237,180); }
H1.HeaderClassName
{
color: #48EDB4;
}
.AnyTagClassName
{
color: #48EDB4;
}
</style>
background-color css
<style>
a { background-color: #48EDB4; }
a { background-color: rgb(72,237,180); }
div.DivClassName
{
background-color: #48EDB4;
}
.BgClassName
{
background-color: #48EDB4;
}
</style>
border-color css
<style>
span { border-color: #48EDB4; }
span { border-color: rgb(72,237,180); }
td.TdClassName
{
border-color: #48EDB4;
}
.TagClassName
{
border-color: #48EDB4;
}
</style>