Shades of Turquoise #48E4E2
Tints of Turquoise #48E4E2
RGB
CMYK
RGB Variations
Color information
#48E4E2 (or 0x48E4E2) is known color: Turquoise. HEX triplet: 48, E4 and E2. RGB value is (72,228,226). Sum of RGB (Red+Green+Blue) = 72+228+226=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E4E2 is #B71B1D. Grayscale: #B4B4B4. Windows color (decimal): -12000030 or 14869576. OLE color: 14869576.
HSL color Cylindrical-coordinate representation of color #48E4E2: hue angle of 179.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E4E2 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 228 | 226 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.11 |
| HSL | 179.23º | 0.74% | 0.59% | - |
| HSV(B) | 179.23º | 0.68% | 0.89% | - |
| XYZ | 44.14 | 62.36 | 81.66 | - |
| YUV | 181.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 228 | 226 | 0.68 | 0 | 0.01 | 0.11 | 179.23 | 0.74 | 0.59 |
| Hex | 48 | E4 | E2 | 44 | 0 | 1 | B | B3 | 4A | 3B |
| Octal | 110 | 344 | 342 | 104 | 0 | 1 | 13 | 263 | 112 | 73 |
| Binary | 1001000 | 11100100 | 11100010 | 1000100 | 0 | 1 | 1011 | 10110011 | 1001010 | 111011 |
Color Harmonies of #48E4E2
Complementary color
Monochromatic Colors of #48E4E2
Black with #48E4E2
Text Example
Text Example
White with #48E4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E4E2; }
p { color: rgb(72,228,226); }
H1.HeaderClassName
{
color: #48E4E2;
}
.AnyTagClassName
{
color: #48E4E2;
}
</style>
background-color css
<style>
a { background-color: #48E4E2; }
a { background-color: rgb(72,228,226); }
div.DivClassName
{
background-color: #48E4E2;
}
.BgClassName
{
background-color: #48E4E2;
}
</style>
border-color css
<style>
span { border-color: #48E4E2; }
span { border-color: rgb(72,228,226); }
td.TdClassName
{
border-color: #48E4E2;
}
.TagClassName
{
border-color: #48E4E2;
}
</style>