Shades of Turquoise #48ECDB
Tints of Turquoise #48ECDB
RGB
CMYK
RGB Variations
Color information
#48ECDB (or 0x48ECDB) is known color: Turquoise. HEX triplet: 48, EC and DB. RGB value is (72,236,219). Sum of RGB (Red+Green+Blue) = 72+236+219=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #48ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48ECDB is #B71324. Grayscale: #B8B8B8. Windows color (decimal): -11997989 or 14412872. OLE color: 14412872.
HSL color Cylindrical-coordinate representation of color #48ECDB: hue angle of 173.78º 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 #48ECDB is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 219 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.07 |
| HSL | 173.78º | 0.81% | 0.6% | - |
| HSV(B) | 173.78º | 0.69% | 0.93% | - |
| XYZ | 45.45 | 66.48 | 77.45 | - |
| YUV | 185.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 219 | 0.69 | 0 | 0.07 | 0.07 | 173.78 | 0.81 | 0.6 |
| Hex | 48 | EC | DB | 45 | 0 | 7 | 7 | AE | 51 | 3C |
| Octal | 110 | 354 | 333 | 105 | 0 | 7 | 7 | 256 | 121 | 74 |
| Binary | 1001000 | 11101100 | 11011011 | 1000101 | 0 | 111 | 111 | 10101110 | 1010001 | 111100 |
Color Harmonies of #48ECDB
Complementary color
Monochromatic Colors of #48ECDB
Black with #48ECDB
Text Example
Text Example
White with #48ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ECDB; }
p { color: rgb(72,236,219); }
H1.HeaderClassName
{
color: #48ECDB;
}
.AnyTagClassName
{
color: #48ECDB;
}
</style>
background-color css
<style>
a { background-color: #48ECDB; }
a { background-color: rgb(72,236,219); }
div.DivClassName
{
background-color: #48ECDB;
}
.BgClassName
{
background-color: #48ECDB;
}
</style>
border-color css
<style>
span { border-color: #48ECDB; }
span { border-color: rgb(72,236,219); }
td.TdClassName
{
border-color: #48ECDB;
}
.TagClassName
{
border-color: #48ECDB;
}
</style>