Shades of Medium Turquoise #48D2B5
Tints of Medium Turquoise #48D2B5
RGB
CMYK
RGB Variations
Color information
#48D2B5 (or 0x48D2B5) is known color: Medium Turquoise. HEX triplet: 48, D2 and B5. RGB value is (72,210,181). Sum of RGB (Red+Green+Blue) = 72+210+181=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #48D2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2B5 is #B72D4A. Grayscale: #A5A5A5. Windows color (decimal): -12004683 or 11915848. OLE color: 11915848.
HSL color Cylindrical-coordinate representation of color #48D2B5: hue angle of 167.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D2B5 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 181 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.18 |
| HSL | 167.39º | 0.61% | 0.55% | - |
| HSV(B) | 167.39º | 0.66% | 0.82% | - |
| XYZ | 34.06 | 50.81 | 51.73 | - |
| YUV | 165.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 181 | 0.66 | 0 | 0.14 | 0.18 | 167.39 | 0.61 | 0.55 |
| Hex | 48 | D2 | B5 | 42 | 0 | E | 12 | A7 | 3D | 37 |
| Octal | 110 | 322 | 265 | 102 | 0 | 16 | 22 | 247 | 75 | 67 |
| Binary | 1001000 | 11010010 | 10110101 | 1000010 | 0 | 1110 | 10010 | 10100111 | 111101 | 110111 |
Color Harmonies of #48D2B5
Complementary color
Monochromatic Colors of #48D2B5
Black with #48D2B5
Text Example
Text Example
White with #48D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2B5; }
p { color: rgb(72,210,181); }
H1.HeaderClassName
{
color: #48D2B5;
}
.AnyTagClassName
{
color: #48D2B5;
}
</style>
background-color css
<style>
a { background-color: #48D2B5; }
a { background-color: rgb(72,210,181); }
div.DivClassName
{
background-color: #48D2B5;
}
.BgClassName
{
background-color: #48D2B5;
}
</style>
border-color css
<style>
span { border-color: #48D2B5; }
span { border-color: rgb(72,210,181); }
td.TdClassName
{
border-color: #48D2B5;
}
.TagClassName
{
border-color: #48D2B5;
}
</style>