Shades of Medium Turquoise #48D4BC
Tints of Medium Turquoise #48D4BC
RGB
CMYK
RGB Variations
Color information
#48D4BC (or 0x48D4BC) is known color: Medium Turquoise. HEX triplet: 48, D4 and BC. RGB value is (72,212,188). Sum of RGB (Red+Green+Blue) = 72+212+188=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #48D4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D4BC is #B72B43. Grayscale: #A7A7A7. Windows color (decimal): -12004164 or 12375112. OLE color: 12375112.
HSL color Cylindrical-coordinate representation of color #48D4BC: hue angle of 169.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D4BC is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 188 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.17 |
| HSL | 169.71º | 0.62% | 0.56% | - |
| HSV(B) | 169.71º | 0.66% | 0.83% | - |
| XYZ | 35.29 | 52.1 | 55.77 | - |
| YUV | 167.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 188 | 0.66 | 0 | 0.11 | 0.17 | 169.71 | 0.62 | 0.56 |
| Hex | 48 | D4 | BC | 42 | 0 | B | 11 | AA | 3E | 38 |
| Octal | 110 | 324 | 274 | 102 | 0 | 13 | 21 | 252 | 76 | 70 |
| Binary | 1001000 | 11010100 | 10111100 | 1000010 | 0 | 1011 | 10001 | 10101010 | 111110 | 111000 |
Color Harmonies of #48D4BC
Complementary color
Monochromatic Colors of #48D4BC
Black with #48D4BC
Text Example
Text Example
White with #48D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D4BC; }
p { color: rgb(72,212,188); }
H1.HeaderClassName
{
color: #48D4BC;
}
.AnyTagClassName
{
color: #48D4BC;
}
</style>
background-color css
<style>
a { background-color: #48D4BC; }
a { background-color: rgb(72,212,188); }
div.DivClassName
{
background-color: #48D4BC;
}
.BgClassName
{
background-color: #48D4BC;
}
</style>
border-color css
<style>
span { border-color: #48D4BC; }
span { border-color: rgb(72,212,188); }
td.TdClassName
{
border-color: #48D4BC;
}
.TagClassName
{
border-color: #48D4BC;
}
</style>