Shades of Medium Turquoise #48C8BE
Tints of Medium Turquoise #48C8BE
RGB
CMYK
RGB Variations
Color information
#48C8BE (or 0x48C8BE) is known color: Medium Turquoise. HEX triplet: 48, C8 and BE. RGB value is (72,200,190). Sum of RGB (Red+Green+Blue) = 72+200+190=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #48C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8BE is #B73741. Grayscale: #A0A0A0. Windows color (decimal): -12007234 or 12503112. OLE color: 12503112.
HSL color Cylindrical-coordinate representation of color #48C8BE: hue angle of 175.31º degrees, saturation: 0.54, 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 #48C8BE is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 190 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.22 |
| HSL | 175.31º | 0.54% | 0.53% | - |
| HSV(B) | 175.31º | 0.64% | 0.78% | - |
| XYZ | 32.62 | 46.4 | 55.95 | - |
| YUV | 160.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 190 | 0.64 | 0 | 0.05 | 0.22 | 175.31 | 0.54 | 0.53 |
| Hex | 48 | C8 | BE | 40 | 0 | 5 | 16 | AF | 36 | 35 |
| Octal | 110 | 310 | 276 | 100 | 0 | 5 | 26 | 257 | 66 | 65 |
| Binary | 1001000 | 11001000 | 10111110 | 1000000 | 0 | 101 | 10110 | 10101111 | 110110 | 110101 |
Color Harmonies of #48C8BE
Complementary color
Monochromatic Colors of #48C8BE
Black with #48C8BE
Text Example
Text Example
White with #48C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8BE; }
p { color: rgb(72,200,190); }
H1.HeaderClassName
{
color: #48C8BE;
}
.AnyTagClassName
{
color: #48C8BE;
}
</style>
background-color css
<style>
a { background-color: #48C8BE; }
a { background-color: rgb(72,200,190); }
div.DivClassName
{
background-color: #48C8BE;
}
.BgClassName
{
background-color: #48C8BE;
}
</style>
border-color css
<style>
span { border-color: #48C8BE; }
span { border-color: rgb(72,200,190); }
td.TdClassName
{
border-color: #48C8BE;
}
.TagClassName
{
border-color: #48C8BE;
}
</style>