Shades of Turquoise #5AEEC5
Tints of Turquoise #5AEEC5
RGB
CMYK
RGB Variations
Color information
#5AEEC5 (or 0x5AEEC5) is known color: Turquoise. HEX triplet: 5A, EE and C5. RGB value is (90,238,197). Sum of RGB (Red+Green+Blue) = 90+238+197=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC5 is #A5113A. Grayscale: #BDBDBD. Windows color (decimal): -10817851 or 12971610. OLE color: 12971610.
HSL color Cylindrical-coordinate representation of color #5AEEC5: hue angle of 163.38º 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 #5AEEC5 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 197 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.07 |
| HSL | 163.38º | 0.81% | 0.64% | - |
| HSV(B) | 163.38º | 0.62% | 0.93% | - |
| XYZ | 44.87 | 67.35 | 63.46 | - |
| YUV | 189.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 197 | 0.62 | 0 | 0.17 | 0.07 | 163.38 | 0.81 | 0.64 |
| Hex | 5A | EE | C5 | 3E | 0 | 11 | 7 | A3 | 51 | 40 |
| Octal | 132 | 356 | 305 | 76 | 0 | 21 | 7 | 243 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11000101 | 111110 | 0 | 10001 | 111 | 10100011 | 1010001 | 1000000 |
Color Harmonies of #5AEEC5
Complementary color
Monochromatic Colors of #5AEEC5
Black with #5AEEC5
Text Example
Text Example
White with #5AEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEC5; }
p { color: rgb(90,238,197); }
H1.HeaderClassName
{
color: #5AEEC5;
}
.AnyTagClassName
{
color: #5AEEC5;
}
</style>
background-color css
<style>
a { background-color: #5AEEC5; }
a { background-color: rgb(90,238,197); }
div.DivClassName
{
background-color: #5AEEC5;
}
.BgClassName
{
background-color: #5AEEC5;
}
</style>
border-color css
<style>
span { border-color: #5AEEC5; }
span { border-color: rgb(90,238,197); }
td.TdClassName
{
border-color: #5AEEC5;
}
.TagClassName
{
border-color: #5AEEC5;
}
</style>