Shades of Medium Turquoise #48C7BD
Tints of Medium Turquoise #48C7BD
RGB
CMYK
RGB Variations
Color information
#48C7BD (or 0x48C7BD) is known color: Medium Turquoise. HEX triplet: 48, C7 and BD. RGB value is (72,199,189). Sum of RGB (Red+Green+Blue) = 72+199+189=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #48C7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C7BD is #B73842. Grayscale: #9F9F9F. Windows color (decimal): -12007491 or 12437320. OLE color: 12437320.
HSL color Cylindrical-coordinate representation of color #48C7BD: hue angle of 175.28º degrees, saturation: 0.53, 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 #48C7BD is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 199 | 189 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.22 |
| HSL | 175.28º | 0.53% | 0.53% | - |
| HSV(B) | 175.28º | 0.64% | 0.78% | - |
| XYZ | 32.28 | 45.9 | 55.3 | - |
| YUV | 159.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 199 | 189 | 0.64 | 0 | 0.05 | 0.22 | 175.28 | 0.53 | 0.53 |
| Hex | 48 | C7 | BD | 40 | 0 | 5 | 16 | AF | 35 | 35 |
| Octal | 110 | 307 | 275 | 100 | 0 | 5 | 26 | 257 | 65 | 65 |
| Binary | 1001000 | 11000111 | 10111101 | 1000000 | 0 | 101 | 10110 | 10101111 | 110101 | 110101 |
Color Harmonies of #48C7BD
Complementary color
Monochromatic Colors of #48C7BD
Black with #48C7BD
Text Example
Text Example
White with #48C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C7BD; }
p { color: rgb(72,199,189); }
H1.HeaderClassName
{
color: #48C7BD;
}
.AnyTagClassName
{
color: #48C7BD;
}
</style>
background-color css
<style>
a { background-color: #48C7BD; }
a { background-color: rgb(72,199,189); }
div.DivClassName
{
background-color: #48C7BD;
}
.BgClassName
{
background-color: #48C7BD;
}
</style>
border-color css
<style>
span { border-color: #48C7BD; }
span { border-color: rgb(72,199,189); }
td.TdClassName
{
border-color: #48C7BD;
}
.TagClassName
{
border-color: #48C7BD;
}
</style>