Shades of Medium Turquoise #48CEB9
Tints of Medium Turquoise #48CEB9
RGB
CMYK
RGB Variations
Color information
#48CEB9 (or 0x48CEB9) is known color: Medium Turquoise. HEX triplet: 48, CE and B9. RGB value is (72,206,185). Sum of RGB (Red+Green+Blue) = 72+206+185=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEB9 is #B73146. Grayscale: #A3A3A3. Windows color (decimal): -12005703 or 12176968. OLE color: 12176968.
HSL color Cylindrical-coordinate representation of color #48CEB9: hue angle of 170.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEB9 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 185 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.19 |
| HSL | 170.6º | 0.58% | 0.55% | - |
| HSV(B) | 170.6º | 0.65% | 0.81% | - |
| XYZ | 33.5 | 49.02 | 53.6 | - |
| YUV | 163.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 185 | 0.65 | 0 | 0.10 | 0.19 | 170.6 | 0.58 | 0.55 |
| Hex | 48 | CE | B9 | 41 | 0 | A | 13 | AB | 3A | 37 |
| Octal | 110 | 316 | 271 | 101 | 0 | 12 | 23 | 253 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10111001 | 1000001 | 0 | 1010 | 10011 | 10101011 | 111010 | 110111 |
Color Harmonies of #48CEB9
Complementary color
Monochromatic Colors of #48CEB9
Black with #48CEB9
Text Example
Text Example
White with #48CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CEB9; }
p { color: rgb(72,206,185); }
H1.HeaderClassName
{
color: #48CEB9;
}
.AnyTagClassName
{
color: #48CEB9;
}
</style>
background-color css
<style>
a { background-color: #48CEB9; }
a { background-color: rgb(72,206,185); }
div.DivClassName
{
background-color: #48CEB9;
}
.BgClassName
{
background-color: #48CEB9;
}
</style>
border-color css
<style>
span { border-color: #48CEB9; }
span { border-color: rgb(72,206,185); }
td.TdClassName
{
border-color: #48CEB9;
}
.TagClassName
{
border-color: #48CEB9;
}
</style>