Shades of Medium Turquoise #48D7D9
Tints of Medium Turquoise #48D7D9
RGB
CMYK
RGB Variations
Color information
#48D7D9 (or 0x48D7D9) is known color: Medium Turquoise. HEX triplet: 48, D7 and D9. RGB value is (72,215,217). Sum of RGB (Red+Green+Blue) = 72+215+217=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #48D7D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D7D9 is #B72826. Grayscale: #ACACAC. Windows color (decimal): -12003367 or 14276424. OLE color: 14276424.
HSL color Cylindrical-coordinate representation of color #48D7D9: hue angle of 180.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D7D9 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 215 | 217 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.15 |
| HSL | 180.83º | 0.66% | 0.57% | - |
| HSV(B) | 180.83º | 0.67% | 0.85% | - |
| XYZ | 39.5 | 54.99 | 74.18 | - |
| YUV | 172.47 | 153.12 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 217 | 0.67 | 0.01 | 0 | 0.15 | 180.83 | 0.66 | 0.57 |
| Hex | 48 | D7 | D9 | 43 | 1 | 0 | F | B5 | 42 | 39 |
| Octal | 110 | 327 | 331 | 103 | 1 | 0 | 17 | 265 | 102 | 71 |
| Binary | 1001000 | 11010111 | 11011001 | 1000011 | 1 | 0 | 1111 | 10110101 | 1000010 | 111001 |
Color Harmonies of #48D7D9
Complementary color
Monochromatic Colors of #48D7D9
Black with #48D7D9
Text Example
Text Example
White with #48D7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D7D9; }
p { color: rgb(72,215,217); }
H1.HeaderClassName
{
color: #48D7D9;
}
.AnyTagClassName
{
color: #48D7D9;
}
</style>
background-color css
<style>
a { background-color: #48D7D9; }
a { background-color: rgb(72,215,217); }
div.DivClassName
{
background-color: #48D7D9;
}
.BgClassName
{
background-color: #48D7D9;
}
</style>
border-color css
<style>
span { border-color: #48D7D9; }
span { border-color: rgb(72,215,217); }
td.TdClassName
{
border-color: #48D7D9;
}
.TagClassName
{
border-color: #48D7D9;
}
</style>