Shades of Turquoise #5AEACE
Tints of Turquoise #5AEACE
RGB
CMYK
RGB Variations
Color information
#5AEACE (or 0x5AEACE) is known color: Turquoise. HEX triplet: 5A, EA and CE. RGB value is (90,234,206). Sum of RGB (Red+Green+Blue) = 90+234+206=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEACE is #A51531. Grayscale: #BBBBBB. Windows color (decimal): -10818866 or 13560410. OLE color: 13560410.
HSL color Cylindrical-coordinate representation of color #5AEACE: hue angle of 168.33º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEACE is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 206 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.08 |
| HSL | 168.33º | 0.77% | 0.64% | - |
| HSV(B) | 168.33º | 0.62% | 0.92% | - |
| XYZ | 44.78 | 65.48 | 68.67 | - |
| YUV | 187.75 | 138.29 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 206 | 0.62 | 0 | 0.12 | 0.08 | 168.33 | 0.77 | 0.64 |
| Hex | 5A | EA | CE | 3E | 0 | C | 8 | A8 | 4D | 40 |
| Octal | 132 | 352 | 316 | 76 | 0 | 14 | 10 | 250 | 115 | 100 |
| Binary | 1011010 | 11101010 | 11001110 | 111110 | 0 | 1100 | 1000 | 10101000 | 1001101 | 1000000 |
Color Harmonies of #5AEACE
Complementary color
Monochromatic Colors of #5AEACE
Black with #5AEACE
Text Example
Text Example
White with #5AEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEACE; }
p { color: rgb(90,234,206); }
H1.HeaderClassName
{
color: #5AEACE;
}
.AnyTagClassName
{
color: #5AEACE;
}
</style>
background-color css
<style>
a { background-color: #5AEACE; }
a { background-color: rgb(90,234,206); }
div.DivClassName
{
background-color: #5AEACE;
}
.BgClassName
{
background-color: #5AEACE;
}
</style>
border-color css
<style>
span { border-color: #5AEACE; }
span { border-color: rgb(90,234,206); }
td.TdClassName
{
border-color: #5AEACE;
}
.TagClassName
{
border-color: #5AEACE;
}
</style>