Shades of Turquoise #5AEBC6
Tints of Turquoise #5AEBC6
RGB
CMYK
RGB Variations
Color information
#5AEBC6 (or 0x5AEBC6) is known color: Turquoise. HEX triplet: 5A, EB and C6. RGB value is (90,235,198). Sum of RGB (Red+Green+Blue) = 90+235+198=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBC6 is #A51439. Grayscale: #BBBBBB. Windows color (decimal): -10818618 or 13036378. OLE color: 13036378.
HSL color Cylindrical-coordinate representation of color #5AEBC6: hue angle of 164.69º degrees, saturation: 0.78, 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 #5AEBC6 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 198 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.08 |
| HSL | 164.69º | 0.78% | 0.64% | - |
| HSV(B) | 164.69º | 0.62% | 0.92% | - |
| XYZ | 44.12 | 65.67 | 63.78 | - |
| YUV | 187.43 | 133.96 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 198 | 0.62 | 0 | 0.16 | 0.08 | 164.69 | 0.78 | 0.64 |
| Hex | 5A | EB | C6 | 3E | 0 | 10 | 8 | A5 | 4E | 40 |
| Octal | 132 | 353 | 306 | 76 | 0 | 20 | 10 | 245 | 116 | 100 |
| Binary | 1011010 | 11101011 | 11000110 | 111110 | 0 | 10000 | 1000 | 10100101 | 1001110 | 1000000 |
Color Harmonies of #5AEBC6
Complementary color
Monochromatic Colors of #5AEBC6
Black with #5AEBC6
Text Example
Text Example
White with #5AEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBC6; }
p { color: rgb(90,235,198); }
H1.HeaderClassName
{
color: #5AEBC6;
}
.AnyTagClassName
{
color: #5AEBC6;
}
</style>
background-color css
<style>
a { background-color: #5AEBC6; }
a { background-color: rgb(90,235,198); }
div.DivClassName
{
background-color: #5AEBC6;
}
.BgClassName
{
background-color: #5AEBC6;
}
</style>
border-color css
<style>
span { border-color: #5AEBC6; }
span { border-color: rgb(90,235,198); }
td.TdClassName
{
border-color: #5AEBC6;
}
.TagClassName
{
border-color: #5AEBC6;
}
</style>