Shades of Medium Turquoise #48D2BB
Tints of Medium Turquoise #48D2BB
RGB
CMYK
RGB Variations
Color information
#48D2BB (or 0x48D2BB) is known color: Medium Turquoise. HEX triplet: 48, D2 and BB. RGB value is (72,210,187). Sum of RGB (Red+Green+Blue) = 72+210+187=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #48D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2BB is #B72D44. Grayscale: #A6A6A6. Windows color (decimal): -12004677 or 12309064. OLE color: 12309064.
HSL color Cylindrical-coordinate representation of color #48D2BB: hue angle of 170º 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 #48D2BB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 187 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.18 |
| HSL | 170º | 0.61% | 0.55% | - |
| HSV(B) | 170º | 0.66% | 0.82% | - |
| XYZ | 34.69 | 51.06 | 55.04 | - |
| YUV | 166.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 187 | 0.66 | 0 | 0.11 | 0.18 | 170 | 0.61 | 0.55 |
| Hex | 48 | D2 | BB | 42 | 0 | B | 12 | AA | 3D | 37 |
| Octal | 110 | 322 | 273 | 102 | 0 | 13 | 22 | 252 | 75 | 67 |
| Binary | 1001000 | 11010010 | 10111011 | 1000010 | 0 | 1011 | 10010 | 10101010 | 111101 | 110111 |
Color Harmonies of #48D2BB
Complementary color
Monochromatic Colors of #48D2BB
Black with #48D2BB
Text Example
Text Example
White with #48D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2BB; }
p { color: rgb(72,210,187); }
H1.HeaderClassName
{
color: #48D2BB;
}
.AnyTagClassName
{
color: #48D2BB;
}
</style>
background-color css
<style>
a { background-color: #48D2BB; }
a { background-color: rgb(72,210,187); }
div.DivClassName
{
background-color: #48D2BB;
}
.BgClassName
{
background-color: #48D2BB;
}
</style>
border-color css
<style>
span { border-color: #48D2BB; }
span { border-color: rgb(72,210,187); }
td.TdClassName
{
border-color: #48D2BB;
}
.TagClassName
{
border-color: #48D2BB;
}
</style>