Shades of Turquoise #5AECCD
Tints of Turquoise #5AECCD
RGB
CMYK
RGB Variations
Color information
#5AECCD (or 0x5AECCD) is known color: Turquoise. HEX triplet: 5A, EC and CD. RGB value is (90,236,205). Sum of RGB (Red+Green+Blue) = 90+236+205=531 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.95% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECCD is #A51332. Grayscale: #BCBCBC. Windows color (decimal): -10818355 or 13495386. OLE color: 13495386.
HSL color Cylindrical-coordinate representation of color #5AECCD: hue angle of 167.26º degrees, saturation: 0.79, 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 #5AECCD is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 205 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.07 |
| HSL | 167.26º | 0.79% | 0.64% | - |
| HSV(B) | 167.26º | 0.62% | 0.93% | - |
| XYZ | 45.23 | 66.57 | 68.22 | - |
| YUV | 188.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 205 | 0.62 | 0 | 0.13 | 0.07 | 167.26 | 0.79 | 0.64 |
| Hex | 5A | EC | CD | 3E | 0 | D | 7 | A7 | 4F | 40 |
| Octal | 132 | 354 | 315 | 76 | 0 | 15 | 7 | 247 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11001101 | 111110 | 0 | 1101 | 111 | 10100111 | 1001111 | 1000000 |
Color Harmonies of #5AECCD
Complementary color
Monochromatic Colors of #5AECCD
Black with #5AECCD
Text Example
Text Example
White with #5AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECCD; }
p { color: rgb(90,236,205); }
H1.HeaderClassName
{
color: #5AECCD;
}
.AnyTagClassName
{
color: #5AECCD;
}
</style>
background-color css
<style>
a { background-color: #5AECCD; }
a { background-color: rgb(90,236,205); }
div.DivClassName
{
background-color: #5AECCD;
}
.BgClassName
{
background-color: #5AECCD;
}
</style>
border-color css
<style>
span { border-color: #5AECCD; }
span { border-color: rgb(90,236,205); }
td.TdClassName
{
border-color: #5AECCD;
}
.TagClassName
{
border-color: #5AECCD;
}
</style>