Shades of Medium Turquoise #48C0C2
Tints of Medium Turquoise #48C0C2
RGB
CMYK
RGB Variations
Color information
#48C0C2 (or 0x48C0C2) is known color: Medium Turquoise. HEX triplet: 48, C0 and C2. RGB value is (72,192,194). Sum of RGB (Red+Green+Blue) = 72+192+194=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #48C0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0C2 is #B73F3D. Grayscale: #9C9C9C. Windows color (decimal): -12009278 or 12763208. OLE color: 12763208.
HSL color Cylindrical-coordinate representation of color #48C0C2: hue angle of 180.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C0C2 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 192 | 194 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.24 |
| HSL | 180.98º | 0.5% | 0.52% | - |
| HSV(B) | 180.98º | 0.63% | 0.76% | - |
| XYZ | 31.26 | 42.97 | 57.69 | - |
| YUV | 156.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 194 | 0.63 | 0.01 | 0 | 0.24 | 180.98 | 0.5 | 0.52 |
| Hex | 48 | C0 | C2 | 3F | 1 | 0 | 18 | B5 | 32 | 34 |
| Octal | 110 | 300 | 302 | 77 | 1 | 0 | 30 | 265 | 62 | 64 |
| Binary | 1001000 | 11000000 | 11000010 | 111111 | 1 | 0 | 11000 | 10110101 | 110010 | 110100 |
Color Harmonies of #48C0C2
Complementary color
Monochromatic Colors of #48C0C2
Black with #48C0C2
Text Example
Text Example
White with #48C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0C2; }
p { color: rgb(72,192,194); }
H1.HeaderClassName
{
color: #48C0C2;
}
.AnyTagClassName
{
color: #48C0C2;
}
</style>
background-color css
<style>
a { background-color: #48C0C2; }
a { background-color: rgb(72,192,194); }
div.DivClassName
{
background-color: #48C0C2;
}
.BgClassName
{
background-color: #48C0C2;
}
</style>
border-color css
<style>
span { border-color: #48C0C2; }
span { border-color: rgb(72,192,194); }
td.TdClassName
{
border-color: #48C0C2;
}
.TagClassName
{
border-color: #48C0C2;
}
</style>