Shades of Medium Turquoise #48D2BC
Tints of Medium Turquoise #48D2BC
RGB
CMYK
RGB Variations
Color information
#48D2BC (or 0x48D2BC) is known color: Medium Turquoise. HEX triplet: 48, D2 and BC. RGB value is (72,210,188). Sum of RGB (Red+Green+Blue) = 72+210+188=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #48D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D2BC is #B72D43. Grayscale: #A6A6A6. Windows color (decimal): -12004676 or 12374600. OLE color: 12374600.
HSL color Cylindrical-coordinate representation of color #48D2BC: hue angle of 170.43º 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 #48D2BC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 188 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.18 |
| HSL | 170.43º | 0.61% | 0.55% | - |
| HSV(B) | 170.43º | 0.66% | 0.82% | - |
| XYZ | 34.8 | 51.1 | 55.61 | - |
| YUV | 166.23 | 140.28 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 188 | 0.66 | 0 | 0.10 | 0.18 | 170.43 | 0.61 | 0.55 |
| Hex | 48 | D2 | BC | 42 | 0 | A | 12 | AA | 3D | 37 |
| Octal | 110 | 322 | 274 | 102 | 0 | 12 | 22 | 252 | 75 | 67 |
| Binary | 1001000 | 11010010 | 10111100 | 1000010 | 0 | 1010 | 10010 | 10101010 | 111101 | 110111 |
Color Harmonies of #48D2BC
Complementary color
Monochromatic Colors of #48D2BC
Black with #48D2BC
Text Example
Text Example
White with #48D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D2BC; }
p { color: rgb(72,210,188); }
H1.HeaderClassName
{
color: #48D2BC;
}
.AnyTagClassName
{
color: #48D2BC;
}
</style>
background-color css
<style>
a { background-color: #48D2BC; }
a { background-color: rgb(72,210,188); }
div.DivClassName
{
background-color: #48D2BC;
}
.BgClassName
{
background-color: #48D2BC;
}
</style>
border-color css
<style>
span { border-color: #48D2BC; }
span { border-color: rgb(72,210,188); }
td.TdClassName
{
border-color: #48D2BC;
}
.TagClassName
{
border-color: #48D2BC;
}
</style>