Shades of Turquoise #5AE5CF
Tints of Turquoise #5AE5CF
RGB
CMYK
RGB Variations
Color information
#5AE5CF (or 0x5AE5CF) is known color: Turquoise. HEX triplet: 5A, E5 and CF. RGB value is (90,229,207). Sum of RGB (Red+Green+Blue) = 90+229+207=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5CF is #A51A30. Grayscale: #B8B8B8. Windows color (decimal): -10820145 or 13624666. OLE color: 13624666.
HSL color Cylindrical-coordinate representation of color #5AE5CF: hue angle of 170.5º degrees, saturation: 0.73, 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 #5AE5CF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 207 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.10 |
| HSL | 170.5º | 0.73% | 0.63% | - |
| HSV(B) | 170.5º | 0.61% | 0.9% | - |
| XYZ | 43.5 | 62.72 | 68.84 | - |
| YUV | 184.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 207 | 0.61 | 0 | 0.10 | 0.10 | 170.5 | 0.73 | 0.63 |
| Hex | 5A | E5 | CF | 3D | 0 | A | A | AB | 49 | 3F |
| Octal | 132 | 345 | 317 | 75 | 0 | 12 | 12 | 253 | 111 | 77 |
| Binary | 1011010 | 11100101 | 11001111 | 111101 | 0 | 1010 | 1010 | 10101011 | 1001001 | 111111 |
Color Harmonies of #5AE5CF
Complementary color
Monochromatic Colors of #5AE5CF
Black with #5AE5CF
Text Example
Text Example
White with #5AE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5CF; }
p { color: rgb(90,229,207); }
H1.HeaderClassName
{
color: #5AE5CF;
}
.AnyTagClassName
{
color: #5AE5CF;
}
</style>
background-color css
<style>
a { background-color: #5AE5CF; }
a { background-color: rgb(90,229,207); }
div.DivClassName
{
background-color: #5AE5CF;
}
.BgClassName
{
background-color: #5AE5CF;
}
</style>
border-color css
<style>
span { border-color: #5AE5CF; }
span { border-color: rgb(90,229,207); }
td.TdClassName
{
border-color: #5AE5CF;
}
.TagClassName
{
border-color: #5AE5CF;
}
</style>