Shades of Medium Turquoise #48CBC5
Tints of Medium Turquoise #48CBC5
RGB
CMYK
RGB Variations
Color information
#48CBC5 (or 0x48CBC5) is known color: Medium Turquoise. HEX triplet: 48, CB and C5. RGB value is (72,203,197). Sum of RGB (Red+Green+Blue) = 72+203+197=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBC5 is #B7343A. Grayscale: #A3A3A3. Windows color (decimal): -12006459 or 12962632. OLE color: 12962632.
HSL color Cylindrical-coordinate representation of color #48CBC5: hue angle of 177.25º 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 #48CBC5 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 203 | 197 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.20 |
| HSL | 177.25º | 0.56% | 0.54% | - |
| HSV(B) | 177.25º | 0.65% | 0.8% | - |
| XYZ | 34.11 | 48.12 | 60.31 | - |
| YUV | 163.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 203 | 197 | 0.65 | 0 | 0.03 | 0.20 | 177.25 | 0.56 | 0.54 |
| Hex | 48 | CB | C5 | 41 | 0 | 3 | 14 | B1 | 38 | 36 |
| Octal | 110 | 313 | 305 | 101 | 0 | 3 | 24 | 261 | 70 | 66 |
| Binary | 1001000 | 11001011 | 11000101 | 1000001 | 0 | 11 | 10100 | 10110001 | 111000 | 110110 |
Color Harmonies of #48CBC5
Complementary color
Monochromatic Colors of #48CBC5
Black with #48CBC5
Text Example
Text Example
White with #48CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CBC5; }
p { color: rgb(72,203,197); }
H1.HeaderClassName
{
color: #48CBC5;
}
.AnyTagClassName
{
color: #48CBC5;
}
</style>
background-color css
<style>
a { background-color: #48CBC5; }
a { background-color: rgb(72,203,197); }
div.DivClassName
{
background-color: #48CBC5;
}
.BgClassName
{
background-color: #48CBC5;
}
</style>
border-color css
<style>
span { border-color: #48CBC5; }
span { border-color: rgb(72,203,197); }
td.TdClassName
{
border-color: #48CBC5;
}
.TagClassName
{
border-color: #48CBC5;
}
</style>