Shades of Turquoise #5AEBC7
Tints of Turquoise #5AEBC7
RGB
CMYK
RGB Variations
Color information
#5AEBC7 (or 0x5AEBC7) is known color: Turquoise. HEX triplet: 5A, EB and C7. RGB value is (90,235,199). Sum of RGB (Red+Green+Blue) = 90+235+199=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBC7 is #A51438. Grayscale: #BBBBBB. Windows color (decimal): -10818617 or 13101914. OLE color: 13101914.
HSL color Cylindrical-coordinate representation of color #5AEBC7: hue angle of 165.1º 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 #5AEBC7 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 199 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.08 |
| HSL | 165.1º | 0.78% | 0.64% | - |
| HSV(B) | 165.1º | 0.62% | 0.92% | - |
| XYZ | 44.23 | 65.71 | 64.39 | - |
| YUV | 187.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 199 | 0.62 | 0 | 0.15 | 0.08 | 165.1 | 0.78 | 0.64 |
| Hex | 5A | EB | C7 | 3E | 0 | F | 8 | A5 | 4E | 40 |
| Octal | 132 | 353 | 307 | 76 | 0 | 17 | 10 | 245 | 116 | 100 |
| Binary | 1011010 | 11101011 | 11000111 | 111110 | 0 | 1111 | 1000 | 10100101 | 1001110 | 1000000 |
Color Harmonies of #5AEBC7
Complementary color
Monochromatic Colors of #5AEBC7
Black with #5AEBC7
Text Example
Text Example
White with #5AEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBC7; }
p { color: rgb(90,235,199); }
H1.HeaderClassName
{
color: #5AEBC7;
}
.AnyTagClassName
{
color: #5AEBC7;
}
</style>
background-color css
<style>
a { background-color: #5AEBC7; }
a { background-color: rgb(90,235,199); }
div.DivClassName
{
background-color: #5AEBC7;
}
.BgClassName
{
background-color: #5AEBC7;
}
</style>
border-color css
<style>
span { border-color: #5AEBC7; }
span { border-color: rgb(90,235,199); }
td.TdClassName
{
border-color: #5AEBC7;
}
.TagClassName
{
border-color: #5AEBC7;
}
</style>