Shades of Turquoise #48FFE2
Tints of Turquoise #48FFE2
RGB
CMYK
RGB Variations
Color information
#48FFE2 (or 0x48FFE2) is known color: Turquoise. HEX triplet: 48, FF and E2. RGB value is (72,255,226). Sum of RGB (Red+Green+Blue) = 72+255+226=553 (73% of max value = 765). Red value is 72 (28.52% from 255 or 13.02% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFE2 is #B7001D. Grayscale: #C4C4C4. Windows color (decimal): -11993118 or 14876488. OLE color: 14876488.
HSL color Cylindrical-coordinate representation of color #48FFE2: hue angle of 170.49º 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 #48FFE2 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 226 | - |
| CMYK | 0.72 | 0 | 0.11 | 0 |
| HSL | 170.49º | 1% | 0.64% | - |
| HSV(B) | 170.49º | 0.72% | 1% | - |
| XYZ | 52.16 | 78.39 | 84.33 | - |
| YUV | 196.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 226 | 0.72 | 0 | 0.11 | 0 | 170.49 | 1 | 0.64 |
| Hex | 48 | FF | E2 | 48 | 0 | B | 0 | AA | 64 | 40 |
| Octal | 110 | 377 | 342 | 110 | 0 | 13 | 0 | 252 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11100010 | 1001000 | 0 | 1011 | 0 | 10101010 | 1100100 | 1000000 |
Color Harmonies of #48FFE2
Complementary color
Monochromatic Colors of #48FFE2
Black with #48FFE2
Text Example
Text Example
White with #48FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFE2; }
p { color: rgb(72,255,226); }
H1.HeaderClassName
{
color: #48FFE2;
}
.AnyTagClassName
{
color: #48FFE2;
}
</style>
background-color css
<style>
a { background-color: #48FFE2; }
a { background-color: rgb(72,255,226); }
div.DivClassName
{
background-color: #48FFE2;
}
.BgClassName
{
background-color: #48FFE2;
}
</style>
border-color css
<style>
span { border-color: #48FFE2; }
span { border-color: rgb(72,255,226); }
td.TdClassName
{
border-color: #48FFE2;
}
.TagClassName
{
border-color: #48FFE2;
}
</style>