Shades of Medium Turquoise #48D8D4
Tints of Medium Turquoise #48D8D4
RGB
CMYK
RGB Variations
Color information
#48D8D4 (or 0x48D8D4) is known color: Medium Turquoise. HEX triplet: 48, D8 and D4. RGB value is (72,216,212). Sum of RGB (Red+Green+Blue) = 72+216+212=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #48D8D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D8D4 is #B7272B. Grayscale: #ACACAC. Windows color (decimal): -12003116 or 13949000. OLE color: 13949000.
HSL color Cylindrical-coordinate representation of color #48D8D4: hue angle of 178.33º 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 #48D8D4 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 212 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.15 |
| HSL | 178.33º | 0.65% | 0.56% | - |
| HSV(B) | 178.33º | 0.67% | 0.85% | - |
| XYZ | 39.11 | 55.24 | 70.89 | - |
| YUV | 172.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 212 | 0.67 | 0 | 0.02 | 0.15 | 178.33 | 0.65 | 0.56 |
| Hex | 48 | D8 | D4 | 43 | 0 | 2 | F | B2 | 41 | 38 |
| Octal | 110 | 330 | 324 | 103 | 0 | 2 | 17 | 262 | 101 | 70 |
| Binary | 1001000 | 11011000 | 11010100 | 1000011 | 0 | 10 | 1111 | 10110010 | 1000001 | 111000 |
Color Harmonies of #48D8D4
Complementary color
Monochromatic Colors of #48D8D4
Black with #48D8D4
Text Example
Text Example
White with #48D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D8D4; }
p { color: rgb(72,216,212); }
H1.HeaderClassName
{
color: #48D8D4;
}
.AnyTagClassName
{
color: #48D8D4;
}
</style>
background-color css
<style>
a { background-color: #48D8D4; }
a { background-color: rgb(72,216,212); }
div.DivClassName
{
background-color: #48D8D4;
}
.BgClassName
{
background-color: #48D8D4;
}
</style>
border-color css
<style>
span { border-color: #48D8D4; }
span { border-color: rgb(72,216,212); }
td.TdClassName
{
border-color: #48D8D4;
}
.TagClassName
{
border-color: #48D8D4;
}
</style>