Shades of Medium Turquoise #48D8D5
Tints of Medium Turquoise #48D8D5
RGB
CMYK
RGB Variations
Color information
#48D8D5 (or 0x48D8D5) is known color: Medium Turquoise. HEX triplet: 48, D8 and D5. RGB value is (72,216,213). Sum of RGB (Red+Green+Blue) = 72+216+213=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #48D8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D8D5 is #B7272A. Grayscale: #ACACAC. Windows color (decimal): -12003115 or 14014536. OLE color: 14014536.
HSL color Cylindrical-coordinate representation of color #48D8D5: hue angle of 178.75º 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 #48D8D5 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 213 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.15 |
| HSL | 178.75º | 0.65% | 0.56% | - |
| HSV(B) | 178.75º | 0.67% | 0.85% | - |
| XYZ | 39.24 | 55.29 | 71.56 | - |
| YUV | 172.6 | 150.79 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 213 | 0.67 | 0 | 0.01 | 0.15 | 178.75 | 0.65 | 0.56 |
| Hex | 48 | D8 | D5 | 43 | 0 | 1 | F | B3 | 41 | 38 |
| Octal | 110 | 330 | 325 | 103 | 0 | 1 | 17 | 263 | 101 | 70 |
| Binary | 1001000 | 11011000 | 11010101 | 1000011 | 0 | 1 | 1111 | 10110011 | 1000001 | 111000 |
Color Harmonies of #48D8D5
Complementary color
Monochromatic Colors of #48D8D5
Black with #48D8D5
Text Example
Text Example
White with #48D8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D8D5; }
p { color: rgb(72,216,213); }
H1.HeaderClassName
{
color: #48D8D5;
}
.AnyTagClassName
{
color: #48D8D5;
}
</style>
background-color css
<style>
a { background-color: #48D8D5; }
a { background-color: rgb(72,216,213); }
div.DivClassName
{
background-color: #48D8D5;
}
.BgClassName
{
background-color: #48D8D5;
}
</style>
border-color css
<style>
span { border-color: #48D8D5; }
span { border-color: rgb(72,216,213); }
td.TdClassName
{
border-color: #48D8D5;
}
.TagClassName
{
border-color: #48D8D5;
}
</style>