Shades of Turquoise #45ECDB
Tints of Turquoise #45ECDB
RGB
CMYK
RGB Variations
Color information
#45ECDB (or 0x45ECDB) is known color: Turquoise. HEX triplet: 45, EC and DB. RGB value is (69,236,219). Sum of RGB (Red+Green+Blue) = 69+236+219=524 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.17% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECDB is #BA1324. Grayscale: #B8B8B8. Windows color (decimal): -12194597 or 14412869. OLE color: 14412869.
HSL color Cylindrical-coordinate representation of color #45ECDB: hue angle of 173.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ECDB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 219 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.07 |
| HSL | 173.89º | 0.81% | 0.6% | - |
| HSV(B) | 173.89º | 0.71% | 0.93% | - |
| XYZ | 45.24 | 66.37 | 77.44 | - |
| YUV | 184.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 219 | 0.71 | 0 | 0.07 | 0.07 | 173.89 | 0.81 | 0.6 |
| Hex | 45 | EC | DB | 47 | 0 | 7 | 7 | AE | 51 | 3C |
| Octal | 105 | 354 | 333 | 107 | 0 | 7 | 7 | 256 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11011011 | 1000111 | 0 | 111 | 111 | 10101110 | 1010001 | 111100 |
Color Harmonies of #45ECDB
Complementary color
Monochromatic Colors of #45ECDB
Black with #45ECDB
Text Example
Text Example
White with #45ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECDB; }
p { color: rgb(69,236,219); }
H1.HeaderClassName
{
color: #45ECDB;
}
.AnyTagClassName
{
color: #45ECDB;
}
</style>
background-color css
<style>
a { background-color: #45ECDB; }
a { background-color: rgb(69,236,219); }
div.DivClassName
{
background-color: #45ECDB;
}
.BgClassName
{
background-color: #45ECDB;
}
</style>
border-color css
<style>
span { border-color: #45ECDB; }
span { border-color: rgb(69,236,219); }
td.TdClassName
{
border-color: #45ECDB;
}
.TagClassName
{
border-color: #45ECDB;
}
</style>