Shades of Turquoise #5AEACA
Tints of Turquoise #5AEACA
RGB
CMYK
RGB Variations
Color information
#5AEACA (or 0x5AEACA) is known color: Turquoise. HEX triplet: 5A, EA and CA. RGB value is (90,234,202). Sum of RGB (Red+Green+Blue) = 90+234+202=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEACA is #A51535. Grayscale: #BBBBBB. Windows color (decimal): -10818870 or 13298266. OLE color: 13298266.
HSL color Cylindrical-coordinate representation of color #5AEACA: hue angle of 166.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEACA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 202 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.08 |
| HSL | 166.67º | 0.77% | 0.64% | - |
| HSV(B) | 166.67º | 0.62% | 0.92% | - |
| XYZ | 44.3 | 65.28 | 66.14 | - |
| YUV | 187.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 202 | 0.62 | 0 | 0.14 | 0.08 | 166.67 | 0.77 | 0.64 |
| Hex | 5A | EA | CA | 3E | 0 | E | 8 | A7 | 4D | 40 |
| Octal | 132 | 352 | 312 | 76 | 0 | 16 | 10 | 247 | 115 | 100 |
| Binary | 1011010 | 11101010 | 11001010 | 111110 | 0 | 1110 | 1000 | 10100111 | 1001101 | 1000000 |
Color Harmonies of #5AEACA
Complementary color
Monochromatic Colors of #5AEACA
Black with #5AEACA
Text Example
Text Example
White with #5AEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEACA; }
p { color: rgb(90,234,202); }
H1.HeaderClassName
{
color: #5AEACA;
}
.AnyTagClassName
{
color: #5AEACA;
}
</style>
background-color css
<style>
a { background-color: #5AEACA; }
a { background-color: rgb(90,234,202); }
div.DivClassName
{
background-color: #5AEACA;
}
.BgClassName
{
background-color: #5AEACA;
}
</style>
border-color css
<style>
span { border-color: #5AEACA; }
span { border-color: rgb(90,234,202); }
td.TdClassName
{
border-color: #5AEACA;
}
.TagClassName
{
border-color: #5AEACA;
}
</style>