Shades of Turquoise #5AEEC6
Tints of Turquoise #5AEEC6
RGB
CMYK
RGB Variations
Color information
#5AEEC6 (or 0x5AEEC6) is known color: Turquoise. HEX triplet: 5A, EE and C6. RGB value is (90,238,198). Sum of RGB (Red+Green+Blue) = 90+238+198=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC6 is #A51139. Grayscale: #BDBDBD. Windows color (decimal): -10817850 or 13037146. OLE color: 13037146.
HSL color Cylindrical-coordinate representation of color #5AEEC6: hue angle of 163.78º degrees, saturation: 0.81, 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 #5AEEC6 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 198 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.07 |
| HSL | 163.78º | 0.81% | 0.64% | - |
| HSV(B) | 163.78º | 0.62% | 0.93% | - |
| XYZ | 44.98 | 67.4 | 64.06 | - |
| YUV | 189.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 198 | 0.62 | 0 | 0.17 | 0.07 | 163.78 | 0.81 | 0.64 |
| Hex | 5A | EE | C6 | 3E | 0 | 11 | 7 | A4 | 51 | 40 |
| Octal | 132 | 356 | 306 | 76 | 0 | 21 | 7 | 244 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11000110 | 111110 | 0 | 10001 | 111 | 10100100 | 1010001 | 1000000 |
Color Harmonies of #5AEEC6
Complementary color
Monochromatic Colors of #5AEEC6
Black with #5AEEC6
Text Example
Text Example
White with #5AEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEC6; }
p { color: rgb(90,238,198); }
H1.HeaderClassName
{
color: #5AEEC6;
}
.AnyTagClassName
{
color: #5AEEC6;
}
</style>
background-color css
<style>
a { background-color: #5AEEC6; }
a { background-color: rgb(90,238,198); }
div.DivClassName
{
background-color: #5AEEC6;
}
.BgClassName
{
background-color: #5AEEC6;
}
</style>
border-color css
<style>
span { border-color: #5AEEC6; }
span { border-color: rgb(90,238,198); }
td.TdClassName
{
border-color: #5AEEC6;
}
.TagClassName
{
border-color: #5AEEC6;
}
</style>