Shades of Medium Turquoise #48C6BC
Tints of Medium Turquoise #48C6BC
RGB
CMYK
RGB Variations
Color information
#48C6BC (or 0x48C6BC) is known color: Medium Turquoise. HEX triplet: 48, C6 and BC. RGB value is (72,198,188). Sum of RGB (Red+Green+Blue) = 72+198+188=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #48C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6BC is #B73943. Grayscale: #9F9F9F. Windows color (decimal): -12007748 or 12371528. OLE color: 12371528.
HSL color Cylindrical-coordinate representation of color #48C6BC: hue angle of 175.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C6BC is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 188 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.22 |
| HSL | 175.24º | 0.53% | 0.53% | - |
| HSV(B) | 175.24º | 0.64% | 0.78% | - |
| XYZ | 31.94 | 45.4 | 54.66 | - |
| YUV | 159.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 188 | 0.64 | 0 | 0.05 | 0.22 | 175.24 | 0.53 | 0.53 |
| Hex | 48 | C6 | BC | 40 | 0 | 5 | 16 | AF | 34 | 35 |
| Octal | 110 | 306 | 274 | 100 | 0 | 5 | 26 | 257 | 64 | 65 |
| Binary | 1001000 | 11000110 | 10111100 | 1000000 | 0 | 101 | 10110 | 10101111 | 110100 | 110101 |
Color Harmonies of #48C6BC
Complementary color
Monochromatic Colors of #48C6BC
Black with #48C6BC
Text Example
Text Example
White with #48C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C6BC; }
p { color: rgb(72,198,188); }
H1.HeaderClassName
{
color: #48C6BC;
}
.AnyTagClassName
{
color: #48C6BC;
}
</style>
background-color css
<style>
a { background-color: #48C6BC; }
a { background-color: rgb(72,198,188); }
div.DivClassName
{
background-color: #48C6BC;
}
.BgClassName
{
background-color: #48C6BC;
}
</style>
border-color css
<style>
span { border-color: #48C6BC; }
span { border-color: rgb(72,198,188); }
td.TdClassName
{
border-color: #48C6BC;
}
.TagClassName
{
border-color: #48C6BC;
}
</style>