Shades of Turquoise #5AEDC7
Tints of Turquoise #5AEDC7
RGB
CMYK
RGB Variations
Color information
#5AEDC7 (or 0x5AEDC7) is known color: Turquoise. HEX triplet: 5A, ED and C7. RGB value is (90,237,199). Sum of RGB (Red+Green+Blue) = 90+237+199=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDC7 is #A51238. Grayscale: #BCBCBC. Windows color (decimal): -10818105 or 13102426. OLE color: 13102426.
HSL color Cylindrical-coordinate representation of color #5AEDC7: hue angle of 164.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEDC7 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 199 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.07 |
| HSL | 164.49º | 0.8% | 0.64% | - |
| HSV(B) | 164.49º | 0.62% | 0.93% | - |
| XYZ | 44.81 | 66.87 | 64.58 | - |
| YUV | 188.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 199 | 0.62 | 0 | 0.16 | 0.07 | 164.49 | 0.8 | 0.64 |
| Hex | 5A | ED | C7 | 3E | 0 | 10 | 7 | A4 | 50 | 40 |
| Octal | 132 | 355 | 307 | 76 | 0 | 20 | 7 | 244 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11000111 | 111110 | 0 | 10000 | 111 | 10100100 | 1010000 | 1000000 |
Color Harmonies of #5AEDC7
Complementary color
Monochromatic Colors of #5AEDC7
Black with #5AEDC7
Text Example
Text Example
White with #5AEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDC7; }
p { color: rgb(90,237,199); }
H1.HeaderClassName
{
color: #5AEDC7;
}
.AnyTagClassName
{
color: #5AEDC7;
}
</style>
background-color css
<style>
a { background-color: #5AEDC7; }
a { background-color: rgb(90,237,199); }
div.DivClassName
{
background-color: #5AEDC7;
}
.BgClassName
{
background-color: #5AEDC7;
}
</style>
border-color css
<style>
span { border-color: #5AEDC7; }
span { border-color: rgb(90,237,199); }
td.TdClassName
{
border-color: #5AEDC7;
}
.TagClassName
{
border-color: #5AEDC7;
}
</style>