Shades of Turquoise #48FDB0
Tints of Turquoise #48FDB0
RGB
CMYK
RGB Variations
Color information
#48FDB0 (or 0x48FDB0) is known color: Turquoise. HEX triplet: 48, FD and B0. RGB value is (72,253,176). Sum of RGB (Red+Green+Blue) = 72+253+176=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FDB0 is #B7024F. Grayscale: #BEBEBE. Windows color (decimal): -11993680 or 11599176. OLE color: 11599176.
HSL color Cylindrical-coordinate representation of color #48FDB0: hue angle of 154.48º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDB0 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 176 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.01 |
| HSL | 154.48º | 0.98% | 0.64% | - |
| HSV(B) | 154.48º | 0.72% | 0.99% | - |
| XYZ | 45.63 | 74.76 | 53.1 | - |
| YUV | 190.1 | 120.03 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 176 | 0.72 | 0 | 0.30 | 0.01 | 154.48 | 0.98 | 0.64 |
| Hex | 48 | FD | B0 | 48 | 0 | 1E | 1 | 9A | 62 | 40 |
| Octal | 110 | 375 | 260 | 110 | 0 | 36 | 1 | 232 | 142 | 100 |
| Binary | 1001000 | 11111101 | 10110000 | 1001000 | 0 | 11110 | 1 | 10011010 | 1100010 | 1000000 |
Color Harmonies of #48FDB0
Complementary color
Monochromatic Colors of #48FDB0
Black with #48FDB0
Text Example
Text Example
White with #48FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDB0; }
p { color: rgb(72,253,176); }
H1.HeaderClassName
{
color: #48FDB0;
}
.AnyTagClassName
{
color: #48FDB0;
}
</style>
background-color css
<style>
a { background-color: #48FDB0; }
a { background-color: rgb(72,253,176); }
div.DivClassName
{
background-color: #48FDB0;
}
.BgClassName
{
background-color: #48FDB0;
}
</style>
border-color css
<style>
span { border-color: #48FDB0; }
span { border-color: rgb(72,253,176); }
td.TdClassName
{
border-color: #48FDB0;
}
.TagClassName
{
border-color: #48FDB0;
}
</style>