Shades of Medium Turquoise #48CCC9
Tints of Medium Turquoise #48CCC9
RGB
CMYK
RGB Variations
Color information
#48CCC9 (or 0x48CCC9) is known color: Medium Turquoise. HEX triplet: 48, CC and C9. RGB value is (72,204,201). Sum of RGB (Red+Green+Blue) = 72+204+201=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCC9 is #B73336. Grayscale: #A4A4A4. Windows color (decimal): -12006199 or 13225032. OLE color: 13225032.
HSL color Cylindrical-coordinate representation of color #48CCC9: hue angle of 178.64º 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 #48CCC9 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 204 | 201 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.2 |
| HSL | 178.64º | 0.56% | 0.54% | - |
| HSV(B) | 178.64º | 0.65% | 0.8% | - |
| XYZ | 34.81 | 48.78 | 62.84 | - |
| YUV | 164.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 204 | 201 | 0.65 | 0 | 0.01 | 0.2 | 178.64 | 0.56 | 0.54 |
| Hex | 48 | CC | C9 | 41 | 0 | 1 | 14 | B3 | 38 | 36 |
| Octal | 110 | 314 | 311 | 101 | 0 | 1 | 24 | 263 | 70 | 66 |
| Binary | 1001000 | 11001100 | 11001001 | 1000001 | 0 | 1 | 10100 | 10110011 | 111000 | 110110 |
Color Harmonies of #48CCC9
Complementary color
Monochromatic Colors of #48CCC9
Black with #48CCC9
Text Example
Text Example
White with #48CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CCC9; }
p { color: rgb(72,204,201); }
H1.HeaderClassName
{
color: #48CCC9;
}
.AnyTagClassName
{
color: #48CCC9;
}
</style>
background-color css
<style>
a { background-color: #48CCC9; }
a { background-color: rgb(72,204,201); }
div.DivClassName
{
background-color: #48CCC9;
}
.BgClassName
{
background-color: #48CCC9;
}
</style>
border-color css
<style>
span { border-color: #48CCC9; }
span { border-color: rgb(72,204,201); }
td.TdClassName
{
border-color: #48CCC9;
}
.TagClassName
{
border-color: #48CCC9;
}
</style>