Shades of Turquoise #5AE6CF
Tints of Turquoise #5AE6CF
RGB
CMYK
RGB Variations
Color information
#5AE6CF (or 0x5AE6CF) is known color: Turquoise. HEX triplet: 5A, E6 and CF. RGB value is (90,230,207). Sum of RGB (Red+Green+Blue) = 90+230+207=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6CF is #A51930. Grayscale: #B9B9B9. Windows color (decimal): -10819889 or 13624922. OLE color: 13624922.
HSL color Cylindrical-coordinate representation of color #5AE6CF: hue angle of 170.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE6CF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 230 | 207 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.10 |
| HSL | 170.14º | 0.74% | 0.63% | - |
| HSV(B) | 170.14º | 0.61% | 0.9% | - |
| XYZ | 43.78 | 63.27 | 68.94 | - |
| YUV | 185.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 207 | 0.61 | 0 | 0.10 | 0.10 | 170.14 | 0.74 | 0.63 |
| Hex | 5A | E6 | CF | 3D | 0 | A | A | AA | 4A | 3F |
| Octal | 132 | 346 | 317 | 75 | 0 | 12 | 12 | 252 | 112 | 77 |
| Binary | 1011010 | 11100110 | 11001111 | 111101 | 0 | 1010 | 1010 | 10101010 | 1001010 | 111111 |
Color Harmonies of #5AE6CF
Complementary color
Monochromatic Colors of #5AE6CF
Black with #5AE6CF
Text Example
Text Example
White with #5AE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE6CF; }
p { color: rgb(90,230,207); }
H1.HeaderClassName
{
color: #5AE6CF;
}
.AnyTagClassName
{
color: #5AE6CF;
}
</style>
background-color css
<style>
a { background-color: #5AE6CF; }
a { background-color: rgb(90,230,207); }
div.DivClassName
{
background-color: #5AE6CF;
}
.BgClassName
{
background-color: #5AE6CF;
}
</style>
border-color css
<style>
span { border-color: #5AE6CF; }
span { border-color: rgb(90,230,207); }
td.TdClassName
{
border-color: #5AE6CF;
}
.TagClassName
{
border-color: #5AE6CF;
}
</style>