Shades of Medium Turquoise #48CDC9
Tints of Medium Turquoise #48CDC9
RGB
CMYK
RGB Variations
Color information
#48CDC9 (or 0x48CDC9) is known color: Medium Turquoise. HEX triplet: 48, CD and C9. RGB value is (72,205,201). Sum of RGB (Red+Green+Blue) = 72+205+201=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDC9 is #B73236. Grayscale: #A4A4A4. Windows color (decimal): -12005943 or 13225288. OLE color: 13225288.
HSL color Cylindrical-coordinate representation of color #48CDC9: hue angle of 178.2º degrees, saturation: 0.57, 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 #48CDC9 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 205 | 201 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.20 |
| HSL | 178.2º | 0.57% | 0.54% | - |
| HSV(B) | 178.2º | 0.65% | 0.8% | - |
| XYZ | 35.05 | 49.26 | 62.92 | - |
| YUV | 164.78 | 148.44 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 205 | 201 | 0.65 | 0 | 0.02 | 0.20 | 178.2 | 0.57 | 0.54 |
| Hex | 48 | CD | C9 | 41 | 0 | 2 | 14 | B2 | 39 | 36 |
| Octal | 110 | 315 | 311 | 101 | 0 | 2 | 24 | 262 | 71 | 66 |
| Binary | 1001000 | 11001101 | 11001001 | 1000001 | 0 | 10 | 10100 | 10110010 | 111001 | 110110 |
Color Harmonies of #48CDC9
Complementary color
Monochromatic Colors of #48CDC9
Black with #48CDC9
Text Example
Text Example
White with #48CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CDC9; }
p { color: rgb(72,205,201); }
H1.HeaderClassName
{
color: #48CDC9;
}
.AnyTagClassName
{
color: #48CDC9;
}
</style>
background-color css
<style>
a { background-color: #48CDC9; }
a { background-color: rgb(72,205,201); }
div.DivClassName
{
background-color: #48CDC9;
}
.BgClassName
{
background-color: #48CDC9;
}
</style>
border-color css
<style>
span { border-color: #48CDC9; }
span { border-color: rgb(72,205,201); }
td.TdClassName
{
border-color: #48CDC9;
}
.TagClassName
{
border-color: #48CDC9;
}
</style>