Shades of Medium Turquoise #48CAB6
Tints of Medium Turquoise #48CAB6
RGB
CMYK
RGB Variations
Color information
#48CAB6 (or 0x48CAB6) is known color: Medium Turquoise. HEX triplet: 48, CA and B6. RGB value is (72,202,182). Sum of RGB (Red+Green+Blue) = 72+202+182=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #48CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CAB6 is #B73549. Grayscale: #A0A0A0. Windows color (decimal): -12006730 or 11979336. OLE color: 11979336.
HSL color Cylindrical-coordinate representation of color #48CAB6: hue angle of 170.77º 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 #48CAB6 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 202 | 182 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.21 |
| HSL | 170.77º | 0.55% | 0.54% | - |
| HSV(B) | 170.77º | 0.64% | 0.79% | - |
| XYZ | 32.24 | 47 | 51.63 | - |
| YUV | 160.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 202 | 182 | 0.64 | 0 | 0.10 | 0.21 | 170.77 | 0.55 | 0.54 |
| Hex | 48 | CA | B6 | 40 | 0 | A | 15 | AB | 37 | 36 |
| Octal | 110 | 312 | 266 | 100 | 0 | 12 | 25 | 253 | 67 | 66 |
| Binary | 1001000 | 11001010 | 10110110 | 1000000 | 0 | 1010 | 10101 | 10101011 | 110111 | 110110 |
Color Harmonies of #48CAB6
Complementary color
Monochromatic Colors of #48CAB6
Black with #48CAB6
Text Example
Text Example
White with #48CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CAB6; }
p { color: rgb(72,202,182); }
H1.HeaderClassName
{
color: #48CAB6;
}
.AnyTagClassName
{
color: #48CAB6;
}
</style>
background-color css
<style>
a { background-color: #48CAB6; }
a { background-color: rgb(72,202,182); }
div.DivClassName
{
background-color: #48CAB6;
}
.BgClassName
{
background-color: #48CAB6;
}
</style>
border-color css
<style>
span { border-color: #48CAB6; }
span { border-color: rgb(72,202,182); }
td.TdClassName
{
border-color: #48CAB6;
}
.TagClassName
{
border-color: #48CAB6;
}
</style>