Shades of Turquoise #5AE8C6
Tints of Turquoise #5AE8C6
RGB
CMYK
RGB Variations
Color information
#5AE8C6 (or 0x5AE8C6) is known color: Turquoise. HEX triplet: 5A, E8 and C6. RGB value is (90,232,198). Sum of RGB (Red+Green+Blue) = 90+232+198=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8C6 is #A51739. Grayscale: #B9B9B9. Windows color (decimal): -10819386 or 13035610. OLE color: 13035610.
HSL color Cylindrical-coordinate representation of color #5AE8C6: hue angle of 165.63º 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 #5AE8C6 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 232 | 198 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.09 |
| HSL | 165.63º | 0.76% | 0.63% | - |
| HSV(B) | 165.63º | 0.61% | 0.91% | - |
| XYZ | 43.27 | 63.96 | 63.49 | - |
| YUV | 185.67 | 134.96 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 232 | 198 | 0.61 | 0 | 0.15 | 0.09 | 165.63 | 0.76 | 0.63 |
| Hex | 5A | E8 | C6 | 3D | 0 | F | 9 | A6 | 4C | 3F |
| Octal | 132 | 350 | 306 | 75 | 0 | 17 | 11 | 246 | 114 | 77 |
| Binary | 1011010 | 11101000 | 11000110 | 111101 | 0 | 1111 | 1001 | 10100110 | 1001100 | 111111 |
Color Harmonies of #5AE8C6
Complementary color
Monochromatic Colors of #5AE8C6
Black with #5AE8C6
Text Example
Text Example
White with #5AE8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE8C6; }
p { color: rgb(90,232,198); }
H1.HeaderClassName
{
color: #5AE8C6;
}
.AnyTagClassName
{
color: #5AE8C6;
}
</style>
background-color css
<style>
a { background-color: #5AE8C6; }
a { background-color: rgb(90,232,198); }
div.DivClassName
{
background-color: #5AE8C6;
}
.BgClassName
{
background-color: #5AE8C6;
}
</style>
border-color css
<style>
span { border-color: #5AE8C6; }
span { border-color: rgb(90,232,198); }
td.TdClassName
{
border-color: #5AE8C6;
}
.TagClassName
{
border-color: #5AE8C6;
}
</style>