Shades of Medium Turquoise #48CEC3
Tints of Medium Turquoise #48CEC3
RGB
CMYK
RGB Variations
Color information
#48CEC3 (or 0x48CEC3) is known color: Medium Turquoise. HEX triplet: 48, CE and C3. RGB value is (72,206,195). Sum of RGB (Red+Green+Blue) = 72+206+195=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEC3 is #B7313C. Grayscale: #A4A4A4. Windows color (decimal): -12005693 or 12832328. OLE color: 12832328.
HSL color Cylindrical-coordinate representation of color #48CEC3: hue angle of 175.07º 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 #48CEC3 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 195 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.19 |
| HSL | 175.07º | 0.58% | 0.55% | - |
| HSV(B) | 175.07º | 0.65% | 0.81% | - |
| XYZ | 34.59 | 49.46 | 59.35 | - |
| YUV | 164.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 195 | 0.65 | 0 | 0.05 | 0.19 | 175.07 | 0.58 | 0.55 |
| Hex | 48 | CE | C3 | 41 | 0 | 5 | 13 | AF | 3A | 37 |
| Octal | 110 | 316 | 303 | 101 | 0 | 5 | 23 | 257 | 72 | 67 |
| Binary | 1001000 | 11001110 | 11000011 | 1000001 | 0 | 101 | 10011 | 10101111 | 111010 | 110111 |
Color Harmonies of #48CEC3
Complementary color
Monochromatic Colors of #48CEC3
Black with #48CEC3
Text Example
Text Example
White with #48CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CEC3; }
p { color: rgb(72,206,195); }
H1.HeaderClassName
{
color: #48CEC3;
}
.AnyTagClassName
{
color: #48CEC3;
}
</style>
background-color css
<style>
a { background-color: #48CEC3; }
a { background-color: rgb(72,206,195); }
div.DivClassName
{
background-color: #48CEC3;
}
.BgClassName
{
background-color: #48CEC3;
}
</style>
border-color css
<style>
span { border-color: #48CEC3; }
span { border-color: rgb(72,206,195); }
td.TdClassName
{
border-color: #48CEC3;
}
.TagClassName
{
border-color: #48CEC3;
}
</style>