Shades of Medium Turquoise #48D0BA
Tints of Medium Turquoise #48D0BA
RGB
CMYK
RGB Variations
Color information
#48D0BA (or 0x48D0BA) is known color: Medium Turquoise. HEX triplet: 48, D0 and BA. RGB value is (72,208,186). Sum of RGB (Red+Green+Blue) = 72+208+186=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D0BA is #B72F45. Grayscale: #A4A4A4. Windows color (decimal): -12005190 or 12243016. OLE color: 12243016.
HSL color Cylindrical-coordinate representation of color #48D0BA: hue angle of 170.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D0BA is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 186 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.18 |
| HSL | 170.29º | 0.59% | 0.55% | - |
| HSV(B) | 170.29º | 0.65% | 0.82% | - |
| XYZ | 34.09 | 50.03 | 54.32 | - |
| YUV | 164.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 186 | 0.65 | 0 | 0.11 | 0.18 | 170.29 | 0.59 | 0.55 |
| Hex | 48 | D0 | BA | 41 | 0 | B | 12 | AA | 3B | 37 |
| Octal | 110 | 320 | 272 | 101 | 0 | 13 | 22 | 252 | 73 | 67 |
| Binary | 1001000 | 11010000 | 10111010 | 1000001 | 0 | 1011 | 10010 | 10101010 | 111011 | 110111 |
Color Harmonies of #48D0BA
Complementary color
Monochromatic Colors of #48D0BA
Black with #48D0BA
Text Example
Text Example
White with #48D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0BA; }
p { color: rgb(72,208,186); }
H1.HeaderClassName
{
color: #48D0BA;
}
.AnyTagClassName
{
color: #48D0BA;
}
</style>
background-color css
<style>
a { background-color: #48D0BA; }
a { background-color: rgb(72,208,186); }
div.DivClassName
{
background-color: #48D0BA;
}
.BgClassName
{
background-color: #48D0BA;
}
</style>
border-color css
<style>
span { border-color: #48D0BA; }
span { border-color: rgb(72,208,186); }
td.TdClassName
{
border-color: #48D0BA;
}
.TagClassName
{
border-color: #48D0BA;
}
</style>