Shades of Turquoise #48FDC5
Tints of Turquoise #48FDC5
RGB
CMYK
RGB Variations
Color information
#48FDC5 (or 0x48FDC5) is known color: Turquoise. HEX triplet: 48, FD and C5. RGB value is (72,253,197). Sum of RGB (Red+Green+Blue) = 72+253+197=522 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.79% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC5 is #B7023A. Grayscale: #C0C0C0. Windows color (decimal): -11993659 or 12975432. OLE color: 12975432.
HSL color Cylindrical-coordinate representation of color #48FDC5: hue angle of 161.44º 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 #48FDC5 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 253 | 197 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.01 |
| HSL | 161.44º | 0.98% | 0.64% | - |
| HSV(B) | 161.44º | 0.72% | 0.99% | - |
| XYZ | 47.88 | 75.66 | 64.9 | - |
| YUV | 192.5 | 130.53 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 253 | 197 | 0.72 | 0 | 0.22 | 0.01 | 161.44 | 0.98 | 0.64 |
| Hex | 48 | FD | C5 | 48 | 0 | 16 | 1 | A1 | 62 | 40 |
| Octal | 110 | 375 | 305 | 110 | 0 | 26 | 1 | 241 | 142 | 100 |
| Binary | 1001000 | 11111101 | 11000101 | 1001000 | 0 | 10110 | 1 | 10100001 | 1100010 | 1000000 |
Color Harmonies of #48FDC5
Complementary color
Monochromatic Colors of #48FDC5
Black with #48FDC5
Text Example
Text Example
White with #48FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FDC5; }
p { color: rgb(72,253,197); }
H1.HeaderClassName
{
color: #48FDC5;
}
.AnyTagClassName
{
color: #48FDC5;
}
</style>
background-color css
<style>
a { background-color: #48FDC5; }
a { background-color: rgb(72,253,197); }
div.DivClassName
{
background-color: #48FDC5;
}
.BgClassName
{
background-color: #48FDC5;
}
</style>
border-color css
<style>
span { border-color: #48FDC5; }
span { border-color: rgb(72,253,197); }
td.TdClassName
{
border-color: #48FDC5;
}
.TagClassName
{
border-color: #48FDC5;
}
</style>