Shades of Turquoise #45E0EC
Tints of Turquoise #45E0EC
RGB
CMYK
RGB Variations
Color information
#45E0EC (or 0x45E0EC) is known color: Turquoise. HEX triplet: 45, E0 and EC. RGB value is (69,224,236). Sum of RGB (Red+Green+Blue) = 69+224+236=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #45E0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45E0EC is #BA1F13. Grayscale: #B2B2B2. Windows color (decimal): -12197652 or 15523909. OLE color: 15523909.
HSL color Cylindrical-coordinate representation of color #45E0EC: hue angle of 184.31º 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 #45E0EC is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 224 | 236 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.07 |
| HSL | 184.31º | 0.81% | 0.6% | - |
| HSV(B) | 184.31º | 0.71% | 0.93% | - |
| XYZ | 44.25 | 60.63 | 88.73 | - |
| YUV | 179.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 236 | 0.71 | 0.05 | 0 | 0.07 | 184.31 | 0.81 | 0.6 |
| Hex | 45 | E0 | EC | 47 | 5 | 0 | 7 | B8 | 51 | 3C |
| Octal | 105 | 340 | 354 | 107 | 5 | 0 | 7 | 270 | 121 | 74 |
| Binary | 1000101 | 11100000 | 11101100 | 1000111 | 101 | 0 | 111 | 10111000 | 1010001 | 111100 |
Color Harmonies of #45E0EC
Complementary color
Monochromatic Colors of #45E0EC
Black with #45E0EC
Text Example
Text Example
White with #45E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E0EC; }
p { color: rgb(69,224,236); }
H1.HeaderClassName
{
color: #45E0EC;
}
.AnyTagClassName
{
color: #45E0EC;
}
</style>
background-color css
<style>
a { background-color: #45E0EC; }
a { background-color: rgb(69,224,236); }
div.DivClassName
{
background-color: #45E0EC;
}
.BgClassName
{
background-color: #45E0EC;
}
</style>
border-color css
<style>
span { border-color: #45E0EC; }
span { border-color: rgb(69,224,236); }
td.TdClassName
{
border-color: #45E0EC;
}
.TagClassName
{
border-color: #45E0EC;
}
</style>