Shades of Medium Turquoise #48C9CE
Tints of Medium Turquoise #48C9CE
RGB
CMYK
RGB Variations
Color information
#48C9CE (or 0x48C9CE) is known color: Medium Turquoise. HEX triplet: 48, C9 and CE. RGB value is (72,201,206). Sum of RGB (Red+Green+Blue) = 72+201+206=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #48C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C9CE is #B73631. Grayscale: #A2A2A2. Windows color (decimal): -12006962 or 13551944. OLE color: 13551944.
HSL color Cylindrical-coordinate representation of color #48C9CE: hue angle of 182.24º 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 #48C9CE is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 201 | 206 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.19 |
| HSL | 182.24º | 0.58% | 0.55% | - |
| HSV(B) | 182.24º | 0.65% | 0.81% | - |
| XYZ | 34.7 | 47.61 | 65.75 | - |
| YUV | 163 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 201 | 206 | 0.65 | 0.02 | 0 | 0.19 | 182.24 | 0.58 | 0.55 |
| Hex | 48 | C9 | CE | 41 | 2 | 0 | 13 | B6 | 3A | 37 |
| Octal | 110 | 311 | 316 | 101 | 2 | 0 | 23 | 266 | 72 | 67 |
| Binary | 1001000 | 11001001 | 11001110 | 1000001 | 10 | 0 | 10011 | 10110110 | 111010 | 110111 |
Color Harmonies of #48C9CE
Complementary color
Monochromatic Colors of #48C9CE
Black with #48C9CE
Text Example
Text Example
White with #48C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C9CE; }
p { color: rgb(72,201,206); }
H1.HeaderClassName
{
color: #48C9CE;
}
.AnyTagClassName
{
color: #48C9CE;
}
</style>
background-color css
<style>
a { background-color: #48C9CE; }
a { background-color: rgb(72,201,206); }
div.DivClassName
{
background-color: #48C9CE;
}
.BgClassName
{
background-color: #48C9CE;
}
</style>
border-color css
<style>
span { border-color: #48C9CE; }
span { border-color: rgb(72,201,206); }
td.TdClassName
{
border-color: #48C9CE;
}
.TagClassName
{
border-color: #48C9CE;
}
</style>