Shades of Turquoise #45ECDA
Tints of Turquoise #45ECDA
RGB
CMYK
RGB Variations
Color information
#45ECDA (or 0x45ECDA) is known color: Turquoise. HEX triplet: 45, EC and DA. RGB value is (69,236,218). Sum of RGB (Red+Green+Blue) = 69+236+218=523 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.19% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECDA is #BA1325. Grayscale: #B7B7B7. Windows color (decimal): -12194598 or 14347333. OLE color: 14347333.
HSL color Cylindrical-coordinate representation of color #45ECDA: hue angle of 173.53º 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 #45ECDA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 218 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.07 |
| HSL | 173.53º | 0.81% | 0.6% | - |
| HSV(B) | 173.53º | 0.71% | 0.93% | - |
| XYZ | 45.1 | 66.32 | 76.75 | - |
| YUV | 184.02 | 147.17 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 218 | 0.71 | 0 | 0.08 | 0.07 | 173.53 | 0.81 | 0.6 |
| Hex | 45 | EC | DA | 47 | 0 | 8 | 7 | AE | 51 | 3C |
| Octal | 105 | 354 | 332 | 107 | 0 | 10 | 7 | 256 | 121 | 74 |
| Binary | 1000101 | 11101100 | 11011010 | 1000111 | 0 | 1000 | 111 | 10101110 | 1010001 | 111100 |
Color Harmonies of #45ECDA
Complementary color
Monochromatic Colors of #45ECDA
Black with #45ECDA
Text Example
Text Example
White with #45ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ECDA; }
p { color: rgb(69,236,218); }
H1.HeaderClassName
{
color: #45ECDA;
}
.AnyTagClassName
{
color: #45ECDA;
}
</style>
background-color css
<style>
a { background-color: #45ECDA; }
a { background-color: rgb(69,236,218); }
div.DivClassName
{
background-color: #45ECDA;
}
.BgClassName
{
background-color: #45ECDA;
}
</style>
border-color css
<style>
span { border-color: #45ECDA; }
span { border-color: rgb(69,236,218); }
td.TdClassName
{
border-color: #45ECDA;
}
.TagClassName
{
border-color: #45ECDA;
}
</style>