Shades of Turquoise #48E1DF
Tints of Turquoise #48E1DF
RGB
CMYK
RGB Variations
Color information
#48E1DF (or 0x48E1DF) is known color: Turquoise. HEX triplet: 48, E1 and DF. RGB value is (72,225,223). Sum of RGB (Red+Green+Blue) = 72+225+223=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E1DF is #B71E20. Grayscale: #B2B2B2. Windows color (decimal): -12000801 or 14672200. OLE color: 14672200.
HSL color Cylindrical-coordinate representation of color #48E1DF: hue angle of 179.22º 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 #48E1DF is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 225 | 223 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.12 |
| HSL | 179.22º | 0.72% | 0.58% | - |
| HSV(B) | 179.22º | 0.68% | 0.88% | - |
| XYZ | 42.92 | 60.56 | 79.24 | - |
| YUV | 179.03 | 152.81 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 225 | 223 | 0.68 | 0 | 0.01 | 0.12 | 179.22 | 0.72 | 0.58 |
| Hex | 48 | E1 | DF | 44 | 0 | 1 | C | B3 | 48 | 3A |
| Octal | 110 | 341 | 337 | 104 | 0 | 1 | 14 | 263 | 110 | 72 |
| Binary | 1001000 | 11100001 | 11011111 | 1000100 | 0 | 1 | 1100 | 10110011 | 1001000 | 111010 |
Color Harmonies of #48E1DF
Complementary color
Monochromatic Colors of #48E1DF
Black with #48E1DF
Text Example
Text Example
White with #48E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E1DF; }
p { color: rgb(72,225,223); }
H1.HeaderClassName
{
color: #48E1DF;
}
.AnyTagClassName
{
color: #48E1DF;
}
</style>
background-color css
<style>
a { background-color: #48E1DF; }
a { background-color: rgb(72,225,223); }
div.DivClassName
{
background-color: #48E1DF;
}
.BgClassName
{
background-color: #48E1DF;
}
</style>
border-color css
<style>
span { border-color: #48E1DF; }
span { border-color: rgb(72,225,223); }
td.TdClassName
{
border-color: #48E1DF;
}
.TagClassName
{
border-color: #48E1DF;
}
</style>