Shades of Medium Turquoise #48DAC6
Tints of Medium Turquoise #48DAC6
RGB
CMYK
RGB Variations
Color information
#48DAC6 (or 0x48DAC6) is known color: Medium Turquoise. HEX triplet: 48, DA and C6. RGB value is (72,218,198). Sum of RGB (Red+Green+Blue) = 72+218+198=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DAC6 is #B72539. Grayscale: #ACACAC. Windows color (decimal): -12002618 or 13032008. OLE color: 13032008.
HSL color Cylindrical-coordinate representation of color #48DAC6: hue angle of 171.78º 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 #48DAC6 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 198 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.15 |
| HSL | 171.78º | 0.66% | 0.57% | - |
| HSV(B) | 171.78º | 0.67% | 0.85% | - |
| XYZ | 37.94 | 55.6 | 62.16 | - |
| YUV | 172.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 198 | 0.67 | 0 | 0.09 | 0.15 | 171.78 | 0.66 | 0.57 |
| Hex | 48 | DA | C6 | 43 | 0 | 9 | F | AC | 42 | 39 |
| Octal | 110 | 332 | 306 | 103 | 0 | 11 | 17 | 254 | 102 | 71 |
| Binary | 1001000 | 11011010 | 11000110 | 1000011 | 0 | 1001 | 1111 | 10101100 | 1000010 | 111001 |
Color Harmonies of #48DAC6
Complementary color
Monochromatic Colors of #48DAC6
Black with #48DAC6
Text Example
Text Example
White with #48DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DAC6; }
p { color: rgb(72,218,198); }
H1.HeaderClassName
{
color: #48DAC6;
}
.AnyTagClassName
{
color: #48DAC6;
}
</style>
background-color css
<style>
a { background-color: #48DAC6; }
a { background-color: rgb(72,218,198); }
div.DivClassName
{
background-color: #48DAC6;
}
.BgClassName
{
background-color: #48DAC6;
}
</style>
border-color css
<style>
span { border-color: #48DAC6; }
span { border-color: rgb(72,218,198); }
td.TdClassName
{
border-color: #48DAC6;
}
.TagClassName
{
border-color: #48DAC6;
}
</style>