Shades of Medium Turquoise #48D0BE
Tints of Medium Turquoise #48D0BE
RGB
CMYK
RGB Variations
Color information
#48D0BE (or 0x48D0BE) is known color: Medium Turquoise. HEX triplet: 48, D0 and BE. RGB value is (72,208,190). Sum of RGB (Red+Green+Blue) = 72+208+190=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D0BE is #B72F41. Grayscale: #A5A5A5. Windows color (decimal): -12005186 or 12505160. OLE color: 12505160.
HSL color Cylindrical-coordinate representation of color #48D0BE: hue angle of 172.06º 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 #48D0BE is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 190 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.18 |
| HSL | 172.06º | 0.59% | 0.55% | - |
| HSV(B) | 172.06º | 0.65% | 0.82% | - |
| XYZ | 34.52 | 50.21 | 56.59 | - |
| YUV | 165.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 190 | 0.65 | 0 | 0.09 | 0.18 | 172.06 | 0.59 | 0.55 |
| Hex | 48 | D0 | BE | 41 | 0 | 9 | 12 | AC | 3B | 37 |
| Octal | 110 | 320 | 276 | 101 | 0 | 11 | 22 | 254 | 73 | 67 |
| Binary | 1001000 | 11010000 | 10111110 | 1000001 | 0 | 1001 | 10010 | 10101100 | 111011 | 110111 |
Color Harmonies of #48D0BE
Complementary color
Monochromatic Colors of #48D0BE
Black with #48D0BE
Text Example
Text Example
White with #48D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D0BE; }
p { color: rgb(72,208,190); }
H1.HeaderClassName
{
color: #48D0BE;
}
.AnyTagClassName
{
color: #48D0BE;
}
</style>
background-color css
<style>
a { background-color: #48D0BE; }
a { background-color: rgb(72,208,190); }
div.DivClassName
{
background-color: #48D0BE;
}
.BgClassName
{
background-color: #48D0BE;
}
</style>
border-color css
<style>
span { border-color: #48D0BE; }
span { border-color: rgb(72,208,190); }
td.TdClassName
{
border-color: #48D0BE;
}
.TagClassName
{
border-color: #48D0BE;
}
</style>