Shades of Turquoise #5AECC6
Tints of Turquoise #5AECC6
RGB
CMYK
RGB Variations
Color information
#5AECC6 (or 0x5AECC6) is known color: Turquoise. HEX triplet: 5A, EC and C6. RGB value is (90,236,198). Sum of RGB (Red+Green+Blue) = 90+236+198=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECC6 is #A51339. Grayscale: #BCBCBC. Windows color (decimal): -10818362 or 13036634. OLE color: 13036634.
HSL color Cylindrical-coordinate representation of color #5AECC6: hue angle of 164.38º 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 #5AECC6 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 198 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.07 |
| HSL | 164.38º | 0.79% | 0.64% | - |
| HSV(B) | 164.38º | 0.62% | 0.93% | - |
| XYZ | 44.4 | 66.24 | 63.87 | - |
| YUV | 188.01 | 133.63 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 198 | 0.62 | 0 | 0.16 | 0.07 | 164.38 | 0.79 | 0.64 |
| Hex | 5A | EC | C6 | 3E | 0 | 10 | 7 | A4 | 4F | 40 |
| Octal | 132 | 354 | 306 | 76 | 0 | 20 | 7 | 244 | 117 | 100 |
| Binary | 1011010 | 11101100 | 11000110 | 111110 | 0 | 10000 | 111 | 10100100 | 1001111 | 1000000 |
Color Harmonies of #5AECC6
Complementary color
Monochromatic Colors of #5AECC6
Black with #5AECC6
Text Example
Text Example
White with #5AECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECC6; }
p { color: rgb(90,236,198); }
H1.HeaderClassName
{
color: #5AECC6;
}
.AnyTagClassName
{
color: #5AECC6;
}
</style>
background-color css
<style>
a { background-color: #5AECC6; }
a { background-color: rgb(90,236,198); }
div.DivClassName
{
background-color: #5AECC6;
}
.BgClassName
{
background-color: #5AECC6;
}
</style>
border-color css
<style>
span { border-color: #5AECC6; }
span { border-color: rgb(90,236,198); }
td.TdClassName
{
border-color: #5AECC6;
}
.TagClassName
{
border-color: #5AECC6;
}
</style>