Shades of Medium Turquoise #48CAC4
Tints of Medium Turquoise #48CAC4
RGB
CMYK
RGB Variations
Color information
#48CAC4 (or 0x48CAC4) is known color: Medium Turquoise. HEX triplet: 48, CA and C4. RGB value is (72,202,196). Sum of RGB (Red+Green+Blue) = 72+202+196=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #48CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CAC4 is #B7353B. Grayscale: #A2A2A2. Windows color (decimal): -12006716 or 12896840. OLE color: 12896840.
HSL color Cylindrical-coordinate representation of color #48CAC4: hue angle of 177.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CAC4 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 196 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.21 |
| HSL | 177.23º | 0.55% | 0.54% | - |
| HSV(B) | 177.23º | 0.64% | 0.79% | - |
| XYZ | 33.76 | 47.6 | 59.63 | - |
| YUV | 162.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 196 | 0.64 | 0 | 0.03 | 0.21 | 177.23 | 0.55 | 0.54 |
| Hex | 48 | CA | C4 | 40 | 0 | 3 | 15 | B1 | 37 | 36 |
| Octal | 110 | 312 | 304 | 100 | 0 | 3 | 25 | 261 | 67 | 66 |
| Binary | 1001000 | 11001010 | 11000100 | 1000000 | 0 | 11 | 10101 | 10110001 | 110111 | 110110 |
Color Harmonies of #48CAC4
Complementary color
Monochromatic Colors of #48CAC4
Black with #48CAC4
Text Example
Text Example
White with #48CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CAC4; }
p { color: rgb(72,202,196); }
H1.HeaderClassName
{
color: #48CAC4;
}
.AnyTagClassName
{
color: #48CAC4;
}
</style>
background-color css
<style>
a { background-color: #48CAC4; }
a { background-color: rgb(72,202,196); }
div.DivClassName
{
background-color: #48CAC4;
}
.BgClassName
{
background-color: #48CAC4;
}
</style>
border-color css
<style>
span { border-color: #48CAC4; }
span { border-color: rgb(72,202,196); }
td.TdClassName
{
border-color: #48CAC4;
}
.TagClassName
{
border-color: #48CAC4;
}
</style>