Shades of Turquoise #48E1DC
Tints of Turquoise #48E1DC
RGB
CMYK
RGB Variations
Color information
#48E1DC (or 0x48E1DC) is known color: Turquoise. HEX triplet: 48, E1 and DC. RGB value is (72,225,220). Sum of RGB (Red+Green+Blue) = 72+225+220=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E1DC is #B71E23. Grayscale: #B2B2B2. Windows color (decimal): -12000804 or 14475592. OLE color: 14475592.
HSL color Cylindrical-coordinate representation of color #48E1DC: hue angle of 178.04º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1DC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 220 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.12 |
| HSL | 178.04º | 0.72% | 0.58% | - |
| HSV(B) | 178.04º | 0.68% | 0.88% | - |
| XYZ | 42.52 | 60.4 | 77.13 | - |
| YUV | 178.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 220 | 0.68 | 0 | 0.02 | 0.12 | 178.04 | 0.72 | 0.58 |
| Hex | 48 | E1 | DC | 44 | 0 | 2 | C | B2 | 48 | 3A |
| Octal | 110 | 341 | 334 | 104 | 0 | 2 | 14 | 262 | 110 | 72 |
| Binary | 1001000 | 11100001 | 11011100 | 1000100 | 0 | 10 | 1100 | 10110010 | 1001000 | 111010 |
Color Harmonies of #48E1DC
Complementary color
Monochromatic Colors of #48E1DC
Black with #48E1DC
Text Example
Text Example
White with #48E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E1DC; }
p { color: rgb(72,225,220); }
H1.HeaderClassName
{
color: #48E1DC;
}
.AnyTagClassName
{
color: #48E1DC;
}
</style>
background-color css
<style>
a { background-color: #48E1DC; }
a { background-color: rgb(72,225,220); }
div.DivClassName
{
background-color: #48E1DC;
}
.BgClassName
{
background-color: #48E1DC;
}
</style>
border-color css
<style>
span { border-color: #48E1DC; }
span { border-color: rgb(72,225,220); }
td.TdClassName
{
border-color: #48E1DC;
}
.TagClassName
{
border-color: #48E1DC;
}
</style>