Shades of Turquoise #48E5EC
Tints of Turquoise #48E5EC
RGB
CMYK
RGB Variations
Color information
#48E5EC (or 0x48E5EC) is known color: Turquoise. HEX triplet: 48, E5 and EC. RGB value is (72,229,236). Sum of RGB (Red+Green+Blue) = 72+229+236=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #48E5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E5EC is #B71A13. Grayscale: #B6B6B6. Windows color (decimal): -11999764 or 15525192. OLE color: 15525192.
HSL color Cylindrical-coordinate representation of color #48E5EC: hue angle of 182.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E5EC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 229 | 236 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.07 |
| HSL | 182.56º | 0.81% | 0.6% | - |
| HSV(B) | 182.56º | 0.69% | 0.93% | - |
| XYZ | 45.83 | 63.47 | 89.19 | - |
| YUV | 182.86 | 157.99 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 229 | 236 | 0.69 | 0.03 | 0 | 0.07 | 182.56 | 0.81 | 0.6 |
| Hex | 48 | E5 | EC | 45 | 3 | 0 | 7 | B7 | 51 | 3C |
| Octal | 110 | 345 | 354 | 105 | 3 | 0 | 7 | 267 | 121 | 74 |
| Binary | 1001000 | 11100101 | 11101100 | 1000101 | 11 | 0 | 111 | 10110111 | 1010001 | 111100 |
Color Harmonies of #48E5EC
Complementary color
Monochromatic Colors of #48E5EC
Black with #48E5EC
Text Example
Text Example
White with #48E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E5EC; }
p { color: rgb(72,229,236); }
H1.HeaderClassName
{
color: #48E5EC;
}
.AnyTagClassName
{
color: #48E5EC;
}
</style>
background-color css
<style>
a { background-color: #48E5EC; }
a { background-color: rgb(72,229,236); }
div.DivClassName
{
background-color: #48E5EC;
}
.BgClassName
{
background-color: #48E5EC;
}
</style>
border-color css
<style>
span { border-color: #48E5EC; }
span { border-color: rgb(72,229,236); }
td.TdClassName
{
border-color: #48E5EC;
}
.TagClassName
{
border-color: #48E5EC;
}
</style>