Shades of Turquoise #45FFEA
Tints of Turquoise #45FFEA
RGB
CMYK
RGB Variations
Color information
#45FFEA (or 0x45FFEA) is known color: Turquoise. HEX triplet: 45, FF and EA. RGB value is (69,255,234). Sum of RGB (Red+Green+Blue) = 69+255+234=558 (73% of max value = 765). Red value is 69 (27.34% from 255 or 12.37% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #45FFEA is #BA0015. Grayscale: #C4C4C4. Windows color (decimal): -12189718 or 15400773. OLE color: 15400773.
HSL color Cylindrical-coordinate representation of color #45FFEA: hue angle of 173.23º 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 #45FFEA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 234 | - |
| CMYK | 0.73 | 0 | 0.08 | 0 |
| HSL | 173.23º | 1% | 0.64% | - |
| HSV(B) | 173.23º | 0.73% | 1% | - |
| XYZ | 53.07 | 78.73 | 90.24 | - |
| YUV | 196.99 | 148.88 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 234 | 0.73 | 0 | 0.08 | 0 | 173.23 | 1 | 0.64 |
| Hex | 45 | FF | EA | 49 | 0 | 8 | 0 | AD | 64 | 40 |
| Octal | 105 | 377 | 352 | 111 | 0 | 10 | 0 | 255 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11101010 | 1001001 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000000 |
Color Harmonies of #45FFEA
Complementary color
Monochromatic Colors of #45FFEA
Black with #45FFEA
Text Example
Text Example
White with #45FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFEA; }
p { color: rgb(69,255,234); }
H1.HeaderClassName
{
color: #45FFEA;
}
.AnyTagClassName
{
color: #45FFEA;
}
</style>
background-color css
<style>
a { background-color: #45FFEA; }
a { background-color: rgb(69,255,234); }
div.DivClassName
{
background-color: #45FFEA;
}
.BgClassName
{
background-color: #45FFEA;
}
</style>
border-color css
<style>
span { border-color: #45FFEA; }
span { border-color: rgb(69,255,234); }
td.TdClassName
{
border-color: #45FFEA;
}
.TagClassName
{
border-color: #45FFEA;
}
</style>