Shades of Turquoise #48E4BA
Tints of Turquoise #48E4BA
RGB
CMYK
RGB Variations
Color information
#48E4BA (or 0x48E4BA) is known color: Turquoise. HEX triplet: 48, E4 and BA. RGB value is (72,228,186). Sum of RGB (Red+Green+Blue) = 72+228+186=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E4BA is #B71B45. Grayscale: #B0B0B0. Windows color (decimal): -12000070 or 12248136. OLE color: 12248136.
HSL color Cylindrical-coordinate representation of color #48E4BA: hue angle of 163.85º 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 #48E4BA is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 228 | 186 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.11 |
| HSL | 163.85º | 0.74% | 0.59% | - |
| HSV(B) | 163.85º | 0.68% | 0.89% | - |
| XYZ | 39.28 | 60.41 | 56.04 | - |
| YUV | 176.57 | 133.32 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 228 | 186 | 0.68 | 0 | 0.18 | 0.11 | 163.85 | 0.74 | 0.59 |
| Hex | 48 | E4 | BA | 44 | 0 | 12 | B | A4 | 4A | 3B |
| Octal | 110 | 344 | 272 | 104 | 0 | 22 | 13 | 244 | 112 | 73 |
| Binary | 1001000 | 11100100 | 10111010 | 1000100 | 0 | 10010 | 1011 | 10100100 | 1001010 | 111011 |
Color Harmonies of #48E4BA
Complementary color
Monochromatic Colors of #48E4BA
Black with #48E4BA
Text Example
Text Example
White with #48E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E4BA; }
p { color: rgb(72,228,186); }
H1.HeaderClassName
{
color: #48E4BA;
}
.AnyTagClassName
{
color: #48E4BA;
}
</style>
background-color css
<style>
a { background-color: #48E4BA; }
a { background-color: rgb(72,228,186); }
div.DivClassName
{
background-color: #48E4BA;
}
.BgClassName
{
background-color: #48E4BA;
}
</style>
border-color css
<style>
span { border-color: #48E4BA; }
span { border-color: rgb(72,228,186); }
td.TdClassName
{
border-color: #48E4BA;
}
.TagClassName
{
border-color: #48E4BA;
}
</style>