Shades of Medium Turquoise #48C5CC
Tints of Medium Turquoise #48C5CC
RGB
CMYK
RGB Variations
Color information
#48C5CC (or 0x48C5CC) is known color: Medium Turquoise. HEX triplet: 48, C5 and CC. RGB value is (72,197,204). Sum of RGB (Red+Green+Blue) = 72+197+204=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #48C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C5CC is #B73A33. Grayscale: #A0A0A0. Windows color (decimal): -12007988 or 13419848. OLE color: 13419848.
HSL color Cylindrical-coordinate representation of color #48C5CC: hue angle of 183.18º 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 #48C5CC is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 197 | 204 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.2 |
| HSL | 183.18º | 0.56% | 0.54% | - |
| HSV(B) | 183.18º | 0.65% | 0.8% | - |
| XYZ | 33.54 | 45.67 | 64.17 | - |
| YUV | 160.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 204 | 0.65 | 0.03 | 0 | 0.2 | 183.18 | 0.56 | 0.54 |
| Hex | 48 | C5 | CC | 41 | 3 | 0 | 14 | B7 | 38 | 36 |
| Octal | 110 | 305 | 314 | 101 | 3 | 0 | 24 | 267 | 70 | 66 |
| Binary | 1001000 | 11000101 | 11001100 | 1000001 | 11 | 0 | 10100 | 10110111 | 111000 | 110110 |
Color Harmonies of #48C5CC
Complementary color
Monochromatic Colors of #48C5CC
Black with #48C5CC
Text Example
Text Example
White with #48C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C5CC; }
p { color: rgb(72,197,204); }
H1.HeaderClassName
{
color: #48C5CC;
}
.AnyTagClassName
{
color: #48C5CC;
}
</style>
background-color css
<style>
a { background-color: #48C5CC; }
a { background-color: rgb(72,197,204); }
div.DivClassName
{
background-color: #48C5CC;
}
.BgClassName
{
background-color: #48C5CC;
}
</style>
border-color css
<style>
span { border-color: #48C5CC; }
span { border-color: rgb(72,197,204); }
td.TdClassName
{
border-color: #48C5CC;
}
.TagClassName
{
border-color: #48C5CC;
}
</style>