Shades of Turquoise #45FFEC
Tints of Turquoise #45FFEC
RGB
CMYK
RGB Variations
Color information
#45FFEC (or 0x45FFEC) is known color: Turquoise. HEX triplet: 45, FF and EC. RGB value is (69,255,236). Sum of RGB (Red+Green+Blue) = 69+255+236=560 (74% of max value = 765). Red value is 69 (27.34% from 255 or 12.32% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FFEC is #BA0013. Grayscale: #C5C5C5. Windows color (decimal): -12189716 or 15531845. OLE color: 15531845.
HSL color Cylindrical-coordinate representation of color #45FFEC: hue angle of 173.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFEC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 236 | - |
| CMYK | 0.73 | 0 | 0.07 | 0 |
| HSL | 173.87º | 1% | 0.64% | - |
| HSV(B) | 173.87º | 0.73% | 1% | - |
| XYZ | 53.35 | 78.84 | 91.76 | - |
| YUV | 197.22 | 149.88 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 236 | 0.73 | 0 | 0.07 | 0 | 173.87 | 1 | 0.64 |
| Hex | 45 | FF | EC | 49 | 0 | 7 | 0 | AE | 64 | 40 |
| Octal | 105 | 377 | 354 | 111 | 0 | 7 | 0 | 256 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11101100 | 1001001 | 0 | 111 | 0 | 10101110 | 1100100 | 1000000 |
Color Harmonies of #45FFEC
Complementary color
Monochromatic Colors of #45FFEC
Black with #45FFEC
Text Example
Text Example
White with #45FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFEC; }
p { color: rgb(69,255,236); }
H1.HeaderClassName
{
color: #45FFEC;
}
.AnyTagClassName
{
color: #45FFEC;
}
</style>
background-color css
<style>
a { background-color: #45FFEC; }
a { background-color: rgb(69,255,236); }
div.DivClassName
{
background-color: #45FFEC;
}
.BgClassName
{
background-color: #45FFEC;
}
</style>
border-color css
<style>
span { border-color: #45FFEC; }
span { border-color: rgb(69,255,236); }
td.TdClassName
{
border-color: #45FFEC;
}
.TagClassName
{
border-color: #45FFEC;
}
</style>