Shades of Turquoise #5AE8DC
Tints of Turquoise #5AE8DC
RGB
CMYK
RGB Variations
Color information
#5AE8DC (or 0x5AE8DC) is known color: Turquoise. HEX triplet: 5A, E8 and DC. RGB value is (90,232,220). Sum of RGB (Red+Green+Blue) = 90+232+220=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8DC is #A51723. Grayscale: #BCBCBC. Windows color (decimal): -10819364 or 14477402. OLE color: 14477402.
HSL color Cylindrical-coordinate representation of color #5AE8DC: hue angle of 174.93º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE8DC is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 220 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.09 |
| HSL | 174.93º | 0.76% | 0.63% | - |
| HSV(B) | 174.93º | 0.61% | 0.91% | - |
| XYZ | 45.99 | 65.05 | 77.84 | - |
| YUV | 188.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 220 | 0.61 | 0 | 0.05 | 0.09 | 174.93 | 0.76 | 0.63 |
| Hex | 5A | E8 | DC | 3D | 0 | 5 | 9 | AF | 4C | 3F |
| Octal | 132 | 350 | 334 | 75 | 0 | 5 | 11 | 257 | 114 | 77 |
| Binary | 1011010 | 11101000 | 11011100 | 111101 | 0 | 101 | 1001 | 10101111 | 1001100 | 111111 |
Color Harmonies of #5AE8DC
Complementary color
Monochromatic Colors of #5AE8DC
Black with #5AE8DC
Text Example
Text Example
White with #5AE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE8DC; }
p { color: rgb(90,232,220); }
H1.HeaderClassName
{
color: #5AE8DC;
}
.AnyTagClassName
{
color: #5AE8DC;
}
</style>
background-color css
<style>
a { background-color: #5AE8DC; }
a { background-color: rgb(90,232,220); }
div.DivClassName
{
background-color: #5AE8DC;
}
.BgClassName
{
background-color: #5AE8DC;
}
</style>
border-color css
<style>
span { border-color: #5AE8DC; }
span { border-color: rgb(90,232,220); }
td.TdClassName
{
border-color: #5AE8DC;
}
.TagClassName
{
border-color: #5AE8DC;
}
</style>