Shades of Turquoise #48E5DC
Tints of Turquoise #48E5DC
RGB
CMYK
RGB Variations
Color information
#48E5DC (or 0x48E5DC) is known color: Turquoise. HEX triplet: 48, E5 and DC. RGB value is (72,229,220). Sum of RGB (Red+Green+Blue) = 72+229+220=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #48E5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E5DC is #B71A23. Grayscale: #B4B4B4. Windows color (decimal): -11999780 or 14476616. OLE color: 14476616.
HSL color Cylindrical-coordinate representation of color #48E5DC: hue angle of 176.56º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E5DC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 229 | 220 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.10 |
| HSL | 176.56º | 0.75% | 0.59% | - |
| HSV(B) | 176.56º | 0.69% | 0.9% | - |
| XYZ | 43.61 | 62.58 | 77.49 | - |
| YUV | 181.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 220 | 0.69 | 0 | 0.04 | 0.10 | 176.56 | 0.75 | 0.59 |
| Hex | 48 | E5 | DC | 45 | 0 | 4 | A | B1 | 4B | 3B |
| Octal | 110 | 345 | 334 | 105 | 0 | 4 | 12 | 261 | 113 | 73 |
| Binary | 1001000 | 11100101 | 11011100 | 1000101 | 0 | 100 | 1010 | 10110001 | 1001011 | 111011 |
Color Harmonies of #48E5DC
Complementary color
Monochromatic Colors of #48E5DC
Black with #48E5DC
Text Example
Text Example
White with #48E5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E5DC; }
p { color: rgb(72,229,220); }
H1.HeaderClassName
{
color: #48E5DC;
}
.AnyTagClassName
{
color: #48E5DC;
}
</style>
background-color css
<style>
a { background-color: #48E5DC; }
a { background-color: rgb(72,229,220); }
div.DivClassName
{
background-color: #48E5DC;
}
.BgClassName
{
background-color: #48E5DC;
}
</style>
border-color css
<style>
span { border-color: #48E5DC; }
span { border-color: rgb(72,229,220); }
td.TdClassName
{
border-color: #48E5DC;
}
.TagClassName
{
border-color: #48E5DC;
}
</style>