Shades of Turquoise #5AEECC
Tints of Turquoise #5AEECC
RGB
CMYK
RGB Variations
Color information
#5AEECC (or 0x5AEECC) is known color: Turquoise. HEX triplet: 5A, EE and CC. RGB value is (90,238,204). Sum of RGB (Red+Green+Blue) = 90+238+204=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEECC is #A51133. Grayscale: #BDBDBD. Windows color (decimal): -10817844 or 13430362. OLE color: 13430362.
HSL color Cylindrical-coordinate representation of color #5AEECC: hue angle of 166.22º 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 #5AEECC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 204 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.07 |
| HSL | 166.22º | 0.81% | 0.64% | - |
| HSV(B) | 166.22º | 0.62% | 0.93% | - |
| XYZ | 45.69 | 67.68 | 67.78 | - |
| YUV | 189.87 | 135.97 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 204 | 0.62 | 0 | 0.14 | 0.07 | 166.22 | 0.81 | 0.64 |
| Hex | 5A | EE | CC | 3E | 0 | E | 7 | A6 | 51 | 40 |
| Octal | 132 | 356 | 314 | 76 | 0 | 16 | 7 | 246 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11001100 | 111110 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000000 |
Color Harmonies of #5AEECC
Complementary color
Monochromatic Colors of #5AEECC
Black with #5AEECC
Text Example
Text Example
White with #5AEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEECC; }
p { color: rgb(90,238,204); }
H1.HeaderClassName
{
color: #5AEECC;
}
.AnyTagClassName
{
color: #5AEECC;
}
</style>
background-color css
<style>
a { background-color: #5AEECC; }
a { background-color: rgb(90,238,204); }
div.DivClassName
{
background-color: #5AEECC;
}
.BgClassName
{
background-color: #5AEECC;
}
</style>
border-color css
<style>
span { border-color: #5AEECC; }
span { border-color: rgb(90,238,204); }
td.TdClassName
{
border-color: #5AEECC;
}
.TagClassName
{
border-color: #5AEECC;
}
</style>