Shades of Turquoise #48DCC0
Tints of Turquoise #48DCC0
RGB
CMYK
RGB Variations
Color information
#48DCC0 (or 0x48DCC0) is known color: Turquoise. HEX triplet: 48, DC and C0. RGB value is (72,220,192). Sum of RGB (Red+Green+Blue) = 72+220+192=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCC0 is #B7233F. Grayscale: #ACACAC. Windows color (decimal): -12002112 or 12639304. OLE color: 12639304.
HSL color Cylindrical-coordinate representation of color #48DCC0: hue angle of 168.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DCC0 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 192 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.14 |
| HSL | 168.65º | 0.68% | 0.57% | - |
| HSV(B) | 168.65º | 0.67% | 0.86% | - |
| XYZ | 37.78 | 56.37 | 58.76 | - |
| YUV | 172.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 192 | 0.67 | 0 | 0.13 | 0.14 | 168.65 | 0.68 | 0.57 |
| Hex | 48 | DC | C0 | 43 | 0 | D | E | A9 | 44 | 39 |
| Octal | 110 | 334 | 300 | 103 | 0 | 15 | 16 | 251 | 104 | 71 |
| Binary | 1001000 | 11011100 | 11000000 | 1000011 | 0 | 1101 | 1110 | 10101001 | 1000100 | 111001 |
Color Harmonies of #48DCC0
Complementary color
Monochromatic Colors of #48DCC0
Black with #48DCC0
Text Example
Text Example
White with #48DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DCC0; }
p { color: rgb(72,220,192); }
H1.HeaderClassName
{
color: #48DCC0;
}
.AnyTagClassName
{
color: #48DCC0;
}
</style>
background-color css
<style>
a { background-color: #48DCC0; }
a { background-color: rgb(72,220,192); }
div.DivClassName
{
background-color: #48DCC0;
}
.BgClassName
{
background-color: #48DCC0;
}
</style>
border-color css
<style>
span { border-color: #48DCC0; }
span { border-color: rgb(72,220,192); }
td.TdClassName
{
border-color: #48DCC0;
}
.TagClassName
{
border-color: #48DCC0;
}
</style>