Shades of Turquoise #48FFE5
Tints of Turquoise #48FFE5
RGB
CMYK
RGB Variations
Color information
#48FFE5 (or 0x48FFE5) is known color: Turquoise. HEX triplet: 48, FF and E5. RGB value is (72,255,229). Sum of RGB (Red+Green+Blue) = 72+255+229=556 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.95% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFE5 is #B7001A. Grayscale: #C5C5C5. Windows color (decimal): -11993115 or 15073096. OLE color: 15073096.
HSL color Cylindrical-coordinate representation of color #48FFE5: hue angle of 171.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFE5 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 229 | - |
| CMYK | 0.72 | 0 | 0.10 | 0 |
| HSL | 171.48º | 1% | 0.64% | - |
| HSV(B) | 171.48º | 0.72% | 1% | - |
| XYZ | 52.58 | 78.55 | 86.52 | - |
| YUV | 197.32 | 145.87 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 229 | 0.72 | 0 | 0.10 | 0 | 171.48 | 1 | 0.64 |
| Hex | 48 | FF | E5 | 48 | 0 | A | 0 | AB | 64 | 40 |
| Octal | 110 | 377 | 345 | 110 | 0 | 12 | 0 | 253 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11100101 | 1001000 | 0 | 1010 | 0 | 10101011 | 1100100 | 1000000 |
Color Harmonies of #48FFE5
Complementary color
Monochromatic Colors of #48FFE5
Black with #48FFE5
Text Example
Text Example
White with #48FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFE5; }
p { color: rgb(72,255,229); }
H1.HeaderClassName
{
color: #48FFE5;
}
.AnyTagClassName
{
color: #48FFE5;
}
</style>
background-color css
<style>
a { background-color: #48FFE5; }
a { background-color: rgb(72,255,229); }
div.DivClassName
{
background-color: #48FFE5;
}
.BgClassName
{
background-color: #48FFE5;
}
</style>
border-color css
<style>
span { border-color: #48FFE5; }
span { border-color: rgb(72,255,229); }
td.TdClassName
{
border-color: #48FFE5;
}
.TagClassName
{
border-color: #48FFE5;
}
</style>