Shades of Medium Turquoise #48CEC0
Tints of Medium Turquoise #48CEC0
RGB
CMYK
RGB Variations
Color information
#48CEC0 (or 0x48CEC0) is known color: Medium Turquoise. HEX triplet: 48, CE and C0. RGB value is (72,206,192). Sum of RGB (Red+Green+Blue) = 72+206+192=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEC0 is #B7313F. Grayscale: #A4A4A4. Windows color (decimal): -12005696 or 12635720. OLE color: 12635720.
HSL color Cylindrical-coordinate representation of color #48CEC0: hue angle of 173.73º 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 #48CEC0 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 192 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.19 |
| HSL | 173.73º | 0.58% | 0.55% | - |
| HSV(B) | 173.73º | 0.65% | 0.81% | - |
| XYZ | 34.26 | 49.33 | 57.58 | - |
| YUV | 164.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 192 | 0.65 | 0 | 0.07 | 0.19 | 173.73 | 0.58 | 0.55 |
| Hex | 48 | CE | C0 | 41 | 0 | 7 | 13 | AE | 3A | 37 |
| Octal | 110 | 316 | 300 | 101 | 0 | 7 | 23 | 256 | 72 | 67 |
| Binary | 1001000 | 11001110 | 11000000 | 1000001 | 0 | 111 | 10011 | 10101110 | 111010 | 110111 |
Color Harmonies of #48CEC0
Complementary color
Monochromatic Colors of #48CEC0
Black with #48CEC0
Text Example
Text Example
White with #48CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CEC0; }
p { color: rgb(72,206,192); }
H1.HeaderClassName
{
color: #48CEC0;
}
.AnyTagClassName
{
color: #48CEC0;
}
</style>
background-color css
<style>
a { background-color: #48CEC0; }
a { background-color: rgb(72,206,192); }
div.DivClassName
{
background-color: #48CEC0;
}
.BgClassName
{
background-color: #48CEC0;
}
</style>
border-color css
<style>
span { border-color: #48CEC0; }
span { border-color: rgb(72,206,192); }
td.TdClassName
{
border-color: #48CEC0;
}
.TagClassName
{
border-color: #48CEC0;
}
</style>