Shades of Turquoise #48EABB
Tints of Turquoise #48EABB
RGB
CMYK
RGB Variations
Color information
#48EABB (or 0x48EABB) is known color: Turquoise. HEX triplet: 48, EA and BB. RGB value is (72,234,187). Sum of RGB (Red+Green+Blue) = 72+234+187=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #48EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EABB is #B71544. Grayscale: #B4B4B4. Windows color (decimal): -11998533 or 12315208. OLE color: 12315208.
HSL color Cylindrical-coordinate representation of color #48EABB: hue angle of 162.59º 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 #48EABB is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 234 | 187 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.08 |
| HSL | 162.59º | 0.79% | 0.6% | - |
| HSV(B) | 162.59º | 0.69% | 0.92% | - |
| XYZ | 41.06 | 63.81 | 57.17 | - |
| YUV | 180.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 234 | 187 | 0.69 | 0 | 0.20 | 0.08 | 162.59 | 0.79 | 0.6 |
| Hex | 48 | EA | BB | 45 | 0 | 14 | 8 | A3 | 4F | 3C |
| Octal | 110 | 352 | 273 | 105 | 0 | 24 | 10 | 243 | 117 | 74 |
| Binary | 1001000 | 11101010 | 10111011 | 1000101 | 0 | 10100 | 1000 | 10100011 | 1001111 | 111100 |
Color Harmonies of #48EABB
Complementary color
Monochromatic Colors of #48EABB
Black with #48EABB
Text Example
Text Example
White with #48EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EABB; }
p { color: rgb(72,234,187); }
H1.HeaderClassName
{
color: #48EABB;
}
.AnyTagClassName
{
color: #48EABB;
}
</style>
background-color css
<style>
a { background-color: #48EABB; }
a { background-color: rgb(72,234,187); }
div.DivClassName
{
background-color: #48EABB;
}
.BgClassName
{
background-color: #48EABB;
}
</style>
border-color css
<style>
span { border-color: #48EABB; }
span { border-color: rgb(72,234,187); }
td.TdClassName
{
border-color: #48EABB;
}
.TagClassName
{
border-color: #48EABB;
}
</style>