Shades of Medium Turquoise #48CBBA
Tints of Medium Turquoise #48CBBA
RGB
CMYK
RGB Variations
Color information
#48CBBA (or 0x48CBBA) is known color: Medium Turquoise. HEX triplet: 48, CB and BA. RGB value is (72,203,186). Sum of RGB (Red+Green+Blue) = 72+203+186=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBBA is #B73445. Grayscale: #A1A1A1. Windows color (decimal): -12006470 or 12241736. OLE color: 12241736.
HSL color Cylindrical-coordinate representation of color #48CBBA: hue angle of 172.21º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CBBA is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 186 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.20 |
| HSL | 172.21º | 0.56% | 0.54% | - |
| HSV(B) | 172.21º | 0.65% | 0.8% | - |
| XYZ | 32.89 | 47.63 | 53.92 | - |
| YUV | 161.89 | 141.6 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 186 | 0.65 | 0 | 0.08 | 0.20 | 172.21 | 0.56 | 0.54 |
| Hex | 48 | CB | BA | 41 | 0 | 8 | 14 | AC | 38 | 36 |
| Octal | 110 | 313 | 272 | 101 | 0 | 10 | 24 | 254 | 70 | 66 |
| Binary | 1001000 | 11001011 | 10111010 | 1000001 | 0 | 1000 | 10100 | 10101100 | 111000 | 110110 |
Color Harmonies of #48CBBA
Complementary color
Monochromatic Colors of #48CBBA
Black with #48CBBA
Text Example
Text Example
White with #48CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBBA; }
p { color: rgb(72,203,186); }
H1.HeaderClassName
{
color: #48CBBA;
}
.AnyTagClassName
{
color: #48CBBA;
}
</style>
background-color css
<style>
a { background-color: #48CBBA; }
a { background-color: rgb(72,203,186); }
div.DivClassName
{
background-color: #48CBBA;
}
.BgClassName
{
background-color: #48CBBA;
}
</style>
border-color css
<style>
span { border-color: #48CBBA; }
span { border-color: rgb(72,203,186); }
td.TdClassName
{
border-color: #48CBBA;
}
.TagClassName
{
border-color: #48CBBA;
}
</style>