Shades of Turquoise #5AEEDA
Tints of Turquoise #5AEEDA
RGB
CMYK
RGB Variations
Color information
#5AEEDA (or 0x5AEEDA) is known color: Turquoise. HEX triplet: 5A, EE and DA. RGB value is (90,238,218). Sum of RGB (Red+Green+Blue) = 90+238+218=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEDA is #A51125. Grayscale: #BFBFBF. Windows color (decimal): -10817830 or 14347866. OLE color: 14347866.
HSL color Cylindrical-coordinate representation of color #5AEEDA: hue angle of 171.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEDA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 218 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.07 |
| HSL | 171.89º | 0.81% | 0.64% | - |
| HSV(B) | 171.89º | 0.62% | 0.93% | - |
| XYZ | 47.45 | 68.38 | 77.03 | - |
| YUV | 191.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 218 | 0.62 | 0 | 0.08 | 0.07 | 171.89 | 0.81 | 0.64 |
| Hex | 5A | EE | DA | 3E | 0 | 8 | 7 | AC | 51 | 40 |
| Octal | 132 | 356 | 332 | 76 | 0 | 10 | 7 | 254 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11011010 | 111110 | 0 | 1000 | 111 | 10101100 | 1010001 | 1000000 |
Color Harmonies of #5AEEDA
Complementary color
Monochromatic Colors of #5AEEDA
Black with #5AEEDA
Text Example
Text Example
White with #5AEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEDA; }
p { color: rgb(90,238,218); }
H1.HeaderClassName
{
color: #5AEEDA;
}
.AnyTagClassName
{
color: #5AEEDA;
}
</style>
background-color css
<style>
a { background-color: #5AEEDA; }
a { background-color: rgb(90,238,218); }
div.DivClassName
{
background-color: #5AEEDA;
}
.BgClassName
{
background-color: #5AEEDA;
}
</style>
border-color css
<style>
span { border-color: #5AEEDA; }
span { border-color: rgb(90,238,218); }
td.TdClassName
{
border-color: #5AEEDA;
}
.TagClassName
{
border-color: #5AEEDA;
}
</style>