Shades of Turquoise #48E9EC
Tints of Turquoise #48E9EC
RGB
CMYK
RGB Variations
Color information
#48E9EC (or 0x48E9EC) is known color: Turquoise. HEX triplet: 48, E9 and EC. RGB value is (72,233,236). Sum of RGB (Red+Green+Blue) = 72+233+236=541 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.31% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #48E9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48E9EC is #B71613. Grayscale: #B9B9B9. Windows color (decimal): -11998740 or 15526216. OLE color: 15526216.
HSL color Cylindrical-coordinate representation of color #48E9EC: hue angle of 181.1º 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 #48E9EC is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 233 | 236 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.07 |
| HSL | 181.1º | 0.81% | 0.6% | - |
| HSV(B) | 181.1º | 0.69% | 0.93% | - |
| XYZ | 46.95 | 65.71 | 89.57 | - |
| YUV | 185.2 | 156.66 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 233 | 236 | 0.69 | 0.01 | 0 | 0.07 | 181.1 | 0.81 | 0.6 |
| Hex | 48 | E9 | EC | 45 | 1 | 0 | 7 | B5 | 51 | 3C |
| Octal | 110 | 351 | 354 | 105 | 1 | 0 | 7 | 265 | 121 | 74 |
| Binary | 1001000 | 11101001 | 11101100 | 1000101 | 1 | 0 | 111 | 10110101 | 1010001 | 111100 |
Color Harmonies of #48E9EC
Complementary color
Monochromatic Colors of #48E9EC
Black with #48E9EC
Text Example
Text Example
White with #48E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E9EC; }
p { color: rgb(72,233,236); }
H1.HeaderClassName
{
color: #48E9EC;
}
.AnyTagClassName
{
color: #48E9EC;
}
</style>
background-color css
<style>
a { background-color: #48E9EC; }
a { background-color: rgb(72,233,236); }
div.DivClassName
{
background-color: #48E9EC;
}
.BgClassName
{
background-color: #48E9EC;
}
</style>
border-color css
<style>
span { border-color: #48E9EC; }
span { border-color: rgb(72,233,236); }
td.TdClassName
{
border-color: #48E9EC;
}
.TagClassName
{
border-color: #48E9EC;
}
</style>