Shades of Turquoise #48FDB1
Tints of Turquoise #48FDB1
RGB
CMYK
RGB Variations
Color information
#48FDB1 (or 0x48FDB1) is known color: Turquoise. HEX triplet: 48, FD and B1. RGB value is (72,253,177). Sum of RGB (Red+Green+Blue) = 72+253+177=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FDB1 is #B7024E. Grayscale: #BEBEBE. Windows color (decimal): -11993679 or 11664712. OLE color: 11664712.
HSL color Cylindrical-coordinate representation of color #48FDB1: hue angle of 154.81º 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 #48FDB1 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 177 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.01 |
| HSL | 154.81º | 0.98% | 0.64% | - |
| HSV(B) | 154.81º | 0.72% | 0.99% | - |
| XYZ | 45.73 | 74.8 | 53.62 | - |
| YUV | 190.22 | 120.53 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 177 | 0.72 | 0 | 0.30 | 0.01 | 154.81 | 0.98 | 0.64 |
| Hex | 48 | FD | B1 | 48 | 0 | 1E | 1 | 9B | 62 | 40 |
| Octal | 110 | 375 | 261 | 110 | 0 | 36 | 1 | 233 | 142 | 100 |
| Binary | 1001000 | 11111101 | 10110001 | 1001000 | 0 | 11110 | 1 | 10011011 | 1100010 | 1000000 |
Color Harmonies of #48FDB1
Complementary color
Monochromatic Colors of #48FDB1
Black with #48FDB1
Text Example
Text Example
White with #48FDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDB1; }
p { color: rgb(72,253,177); }
H1.HeaderClassName
{
color: #48FDB1;
}
.AnyTagClassName
{
color: #48FDB1;
}
</style>
background-color css
<style>
a { background-color: #48FDB1; }
a { background-color: rgb(72,253,177); }
div.DivClassName
{
background-color: #48FDB1;
}
.BgClassName
{
background-color: #48FDB1;
}
</style>
border-color css
<style>
span { border-color: #48FDB1; }
span { border-color: rgb(72,253,177); }
td.TdClassName
{
border-color: #48FDB1;
}
.TagClassName
{
border-color: #48FDB1;
}
</style>