Shades of Medium Turquoise #48CCC1
Tints of Medium Turquoise #48CCC1
RGB
CMYK
RGB Variations
Color information
#48CCC1 (or 0x48CCC1) is known color: Medium Turquoise. HEX triplet: 48, CC and C1. RGB value is (72,204,193). Sum of RGB (Red+Green+Blue) = 72+204+193=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCC1 is #B7333E. Grayscale: #A3A3A3. Windows color (decimal): -12006207 or 12700744. OLE color: 12700744.
HSL color Cylindrical-coordinate representation of color #48CCC1: hue angle of 175º 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 #48CCC1 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 193 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.2 |
| HSL | 175º | 0.56% | 0.54% | - |
| HSV(B) | 175º | 0.65% | 0.8% | - |
| XYZ | 33.89 | 48.41 | 58.01 | - |
| YUV | 163.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 193 | 0.65 | 0 | 0.05 | 0.2 | 175 | 0.56 | 0.54 |
| Hex | 48 | CC | C1 | 41 | 0 | 5 | 14 | AF | 38 | 36 |
| Octal | 110 | 314 | 301 | 101 | 0 | 5 | 24 | 257 | 70 | 66 |
| Binary | 1001000 | 11001100 | 11000001 | 1000001 | 0 | 101 | 10100 | 10101111 | 111000 | 110110 |
Color Harmonies of #48CCC1
Complementary color
Monochromatic Colors of #48CCC1
Black with #48CCC1
Text Example
Text Example
White with #48CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCC1; }
p { color: rgb(72,204,193); }
H1.HeaderClassName
{
color: #48CCC1;
}
.AnyTagClassName
{
color: #48CCC1;
}
</style>
background-color css
<style>
a { background-color: #48CCC1; }
a { background-color: rgb(72,204,193); }
div.DivClassName
{
background-color: #48CCC1;
}
.BgClassName
{
background-color: #48CCC1;
}
</style>
border-color css
<style>
span { border-color: #48CCC1; }
span { border-color: rgb(72,204,193); }
td.TdClassName
{
border-color: #48CCC1;
}
.TagClassName
{
border-color: #48CCC1;
}
</style>