Shades of Medium Turquoise #48C5D8
Tints of Medium Turquoise #48C5D8
RGB
CMYK
RGB Variations
Color information
#48C5D8 (or 0x48C5D8) is known color: Medium Turquoise. HEX triplet: 48, C5 and D8. RGB value is (72,197,216). Sum of RGB (Red+Green+Blue) = 72+197+216=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #48C5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C5D8 is #B73A27. Grayscale: #A1A1A1. Windows color (decimal): -12007976 or 14206280. OLE color: 14206280.
HSL color Cylindrical-coordinate representation of color #48C5D8: hue angle of 187.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48C5D8 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 197 | 216 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.15 |
| HSL | 187.92º | 0.65% | 0.56% | - |
| HSV(B) | 187.92º | 0.67% | 0.85% | - |
| XYZ | 35.03 | 46.27 | 72.05 | - |
| YUV | 161.79 | 158.59 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 216 | 0.67 | 0.09 | 0 | 0.15 | 187.92 | 0.65 | 0.56 |
| Hex | 48 | C5 | D8 | 43 | 9 | 0 | F | BC | 41 | 38 |
| Octal | 110 | 305 | 330 | 103 | 11 | 0 | 17 | 274 | 101 | 70 |
| Binary | 1001000 | 11000101 | 11011000 | 1000011 | 1001 | 0 | 1111 | 10111100 | 1000001 | 111000 |
Color Harmonies of #48C5D8
Complementary color
Monochromatic Colors of #48C5D8
Black with #48C5D8
Text Example
Text Example
White with #48C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C5D8; }
p { color: rgb(72,197,216); }
H1.HeaderClassName
{
color: #48C5D8;
}
.AnyTagClassName
{
color: #48C5D8;
}
</style>
background-color css
<style>
a { background-color: #48C5D8; }
a { background-color: rgb(72,197,216); }
div.DivClassName
{
background-color: #48C5D8;
}
.BgClassName
{
background-color: #48C5D8;
}
</style>
border-color css
<style>
span { border-color: #48C5D8; }
span { border-color: rgb(72,197,216); }
td.TdClassName
{
border-color: #48C5D8;
}
.TagClassName
{
border-color: #48C5D8;
}
</style>