Shades of Turquoise #48EABA
Tints of Turquoise #48EABA
RGB
CMYK
RGB Variations
Color information
#48EABA (or 0x48EABA) is known color: Turquoise. HEX triplet: 48, EA and BA. RGB value is (72,234,186). Sum of RGB (Red+Green+Blue) = 72+234+186=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #48EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EABA is #B71545. Grayscale: #B4B4B4. Windows color (decimal): -11998534 or 12249672. OLE color: 12249672.
HSL color Cylindrical-coordinate representation of color #48EABA: hue angle of 162.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EABA is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 186 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.08 |
| HSL | 162.22º | 0.79% | 0.6% | - |
| HSV(B) | 162.22º | 0.69% | 0.92% | - |
| XYZ | 40.96 | 63.77 | 56.6 | - |
| YUV | 180.09 | 131.33 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 186 | 0.69 | 0 | 0.21 | 0.08 | 162.22 | 0.79 | 0.6 |
| Hex | 48 | EA | BA | 45 | 0 | 15 | 8 | A2 | 4F | 3C |
| Octal | 110 | 352 | 272 | 105 | 0 | 25 | 10 | 242 | 117 | 74 |
| Binary | 1001000 | 11101010 | 10111010 | 1000101 | 0 | 10101 | 1000 | 10100010 | 1001111 | 111100 |
Color Harmonies of #48EABA
Complementary color
Monochromatic Colors of #48EABA
Black with #48EABA
Text Example
Text Example
White with #48EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EABA; }
p { color: rgb(72,234,186); }
H1.HeaderClassName
{
color: #48EABA;
}
.AnyTagClassName
{
color: #48EABA;
}
</style>
background-color css
<style>
a { background-color: #48EABA; }
a { background-color: rgb(72,234,186); }
div.DivClassName
{
background-color: #48EABA;
}
.BgClassName
{
background-color: #48EABA;
}
</style>
border-color css
<style>
span { border-color: #48EABA; }
span { border-color: rgb(72,234,186); }
td.TdClassName
{
border-color: #48EABA;
}
.TagClassName
{
border-color: #48EABA;
}
</style>