Shades of Turquoise #45FFAE
Tints of Turquoise #45FFAE
RGB
CMYK
RGB Variations
Color information
#45FFAE (or 0x45FFAE) is known color: Turquoise. HEX triplet: 45, FF and AE. RGB value is (69,255,174). Sum of RGB (Red+Green+Blue) = 69+255+174=498 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.86% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FFAE is #BA0051. Grayscale: #BEBEBE. Windows color (decimal): -12189778 or 11468613. OLE color: 11468613.
HSL color Cylindrical-coordinate representation of color #45FFAE: hue angle of 153.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 #45FFAE is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 174 | - |
| CMYK | 0.73 | 0 | 0.32 | 0 |
| HSL | 153.87º | 1% | 0.64% | - |
| HSV(B) | 153.87º | 0.73% | 1% | - |
| XYZ | 45.85 | 75.84 | 52.27 | - |
| YUV | 190.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 174 | 0.73 | 0 | 0.32 | 0 | 153.87 | 1 | 0.64 |
| Hex | 45 | FF | AE | 49 | 0 | 20 | 0 | 9A | 64 | 40 |
| Octal | 105 | 377 | 256 | 111 | 0 | 40 | 0 | 232 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10101110 | 1001001 | 0 | 100000 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #45FFAE
Complementary color
Monochromatic Colors of #45FFAE
Black with #45FFAE
Text Example
Text Example
White with #45FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFAE; }
p { color: rgb(69,255,174); }
H1.HeaderClassName
{
color: #45FFAE;
}
.AnyTagClassName
{
color: #45FFAE;
}
</style>
background-color css
<style>
a { background-color: #45FFAE; }
a { background-color: rgb(69,255,174); }
div.DivClassName
{
background-color: #45FFAE;
}
.BgClassName
{
background-color: #45FFAE;
}
</style>
border-color css
<style>
span { border-color: #45FFAE; }
span { border-color: rgb(69,255,174); }
td.TdClassName
{
border-color: #45FFAE;
}
.TagClassName
{
border-color: #45FFAE;
}
</style>