Shades of Turquoise #48FFE1
Tints of Turquoise #48FFE1
RGB
CMYK
RGB Variations
Color information
#48FFE1 (or 0x48FFE1) is known color: Turquoise. HEX triplet: 48, FF and E1. RGB value is (72,255,225). Sum of RGB (Red+Green+Blue) = 72+255+225=552 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.04% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFE1 is #B7001E. Grayscale: #C4C4C4. Windows color (decimal): -11993119 or 14810952. OLE color: 14810952.
HSL color Cylindrical-coordinate representation of color #48FFE1: hue angle of 170.16º 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 #48FFE1 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 225 | - |
| CMYK | 0.72 | 0 | 0.12 | 0 |
| HSL | 170.16º | 1% | 0.64% | - |
| HSV(B) | 170.16º | 0.72% | 1% | - |
| XYZ | 52.02 | 78.33 | 83.61 | - |
| YUV | 196.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 225 | 0.72 | 0 | 0.12 | 0 | 170.16 | 1 | 0.64 |
| Hex | 48 | FF | E1 | 48 | 0 | C | 0 | AA | 64 | 40 |
| Octal | 110 | 377 | 341 | 110 | 0 | 14 | 0 | 252 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11100001 | 1001000 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000000 |
Color Harmonies of #48FFE1
Complementary color
Monochromatic Colors of #48FFE1
Black with #48FFE1
Text Example
Text Example
White with #48FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFE1; }
p { color: rgb(72,255,225); }
H1.HeaderClassName
{
color: #48FFE1;
}
.AnyTagClassName
{
color: #48FFE1;
}
</style>
background-color css
<style>
a { background-color: #48FFE1; }
a { background-color: rgb(72,255,225); }
div.DivClassName
{
background-color: #48FFE1;
}
.BgClassName
{
background-color: #48FFE1;
}
</style>
border-color css
<style>
span { border-color: #48FFE1; }
span { border-color: rgb(72,255,225); }
td.TdClassName
{
border-color: #48FFE1;
}
.TagClassName
{
border-color: #48FFE1;
}
</style>