Shades of Turquoise #48ECC0
Tints of Turquoise #48ECC0
RGB
CMYK
RGB Variations
Color information
#48ECC0 (or 0x48ECC0) is known color: Turquoise. HEX triplet: 48, EC and C0. RGB value is (72,236,192). Sum of RGB (Red+Green+Blue) = 72+236+192=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECC0 is #B7133F. Grayscale: #B5B5B5. Windows color (decimal): -11998016 or 12643400. OLE color: 12643400.
HSL color Cylindrical-coordinate representation of color #48ECC0: hue angle of 163.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ECC0 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 192 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.07 |
| HSL | 163.9º | 0.81% | 0.6% | - |
| HSV(B) | 163.9º | 0.69% | 0.93% | - |
| XYZ | 42.18 | 65.17 | 60.23 | - |
| YUV | 181.95 | 133.67 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 192 | 0.69 | 0 | 0.19 | 0.07 | 163.9 | 0.81 | 0.6 |
| Hex | 48 | EC | C0 | 45 | 0 | 13 | 7 | A4 | 51 | 3C |
| Octal | 110 | 354 | 300 | 105 | 0 | 23 | 7 | 244 | 121 | 74 |
| Binary | 1001000 | 11101100 | 11000000 | 1000101 | 0 | 10011 | 111 | 10100100 | 1010001 | 111100 |
Color Harmonies of #48ECC0
Complementary color
Monochromatic Colors of #48ECC0
Black with #48ECC0
Text Example
Text Example
White with #48ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECC0; }
p { color: rgb(72,236,192); }
H1.HeaderClassName
{
color: #48ECC0;
}
.AnyTagClassName
{
color: #48ECC0;
}
</style>
background-color css
<style>
a { background-color: #48ECC0; }
a { background-color: rgb(72,236,192); }
div.DivClassName
{
background-color: #48ECC0;
}
.BgClassName
{
background-color: #48ECC0;
}
</style>
border-color css
<style>
span { border-color: #48ECC0; }
span { border-color: rgb(72,236,192); }
td.TdClassName
{
border-color: #48ECC0;
}
.TagClassName
{
border-color: #48ECC0;
}
</style>