Shades of Medium Turquoise #48C8C3
Tints of Medium Turquoise #48C8C3
RGB
CMYK
RGB Variations
Color information
#48C8C3 (or 0x48C8C3) is known color: Medium Turquoise. HEX triplet: 48, C8 and C3. RGB value is (72,200,195). Sum of RGB (Red+Green+Blue) = 72+200+195=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #48C8C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C8C3 is #B7373C. Grayscale: #A1A1A1. Windows color (decimal): -12007229 or 12830792. OLE color: 12830792.
HSL color Cylindrical-coordinate representation of color #48C8C3: hue angle of 177.66º 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 #48C8C3 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 195 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.22 |
| HSL | 177.66º | 0.54% | 0.53% | - |
| HSV(B) | 177.66º | 0.64% | 0.78% | - |
| XYZ | 33.18 | 46.63 | 58.88 | - |
| YUV | 161.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 195 | 0.64 | 0 | 0.02 | 0.22 | 177.66 | 0.54 | 0.53 |
| Hex | 48 | C8 | C3 | 40 | 0 | 2 | 16 | B2 | 36 | 35 |
| Octal | 110 | 310 | 303 | 100 | 0 | 2 | 26 | 262 | 66 | 65 |
| Binary | 1001000 | 11001000 | 11000011 | 1000000 | 0 | 10 | 10110 | 10110010 | 110110 | 110101 |
Color Harmonies of #48C8C3
Complementary color
Monochromatic Colors of #48C8C3
Black with #48C8C3
Text Example
Text Example
White with #48C8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8C3; }
p { color: rgb(72,200,195); }
H1.HeaderClassName
{
color: #48C8C3;
}
.AnyTagClassName
{
color: #48C8C3;
}
</style>
background-color css
<style>
a { background-color: #48C8C3; }
a { background-color: rgb(72,200,195); }
div.DivClassName
{
background-color: #48C8C3;
}
.BgClassName
{
background-color: #48C8C3;
}
</style>
border-color css
<style>
span { border-color: #48C8C3; }
span { border-color: rgb(72,200,195); }
td.TdClassName
{
border-color: #48C8C3;
}
.TagClassName
{
border-color: #48C8C3;
}
</style>