Shades of Turquoise #5AEEC4
Tints of Turquoise #5AEEC4
RGB
CMYK
RGB Variations
Color information
#5AEEC4 (or 0x5AEEC4) is known color: Turquoise. HEX triplet: 5A, EE and C4. RGB value is (90,238,196). Sum of RGB (Red+Green+Blue) = 90+238+196=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC4 is #A5113B. Grayscale: #BCBCBC. Windows color (decimal): -10817852 or 12906074. OLE color: 12906074.
HSL color Cylindrical-coordinate representation of color #5AEEC4: hue angle of 162.97º 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 #5AEEC4 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 196 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.07 |
| HSL | 162.97º | 0.81% | 0.64% | - |
| HSV(B) | 162.97º | 0.62% | 0.93% | - |
| XYZ | 44.75 | 67.31 | 62.86 | - |
| YUV | 188.96 | 131.97 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 196 | 0.62 | 0 | 0.18 | 0.07 | 162.97 | 0.81 | 0.64 |
| Hex | 5A | EE | C4 | 3E | 0 | 12 | 7 | A3 | 51 | 40 |
| Octal | 132 | 356 | 304 | 76 | 0 | 22 | 7 | 243 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11000100 | 111110 | 0 | 10010 | 111 | 10100011 | 1010001 | 1000000 |
Color Harmonies of #5AEEC4
Complementary color
Monochromatic Colors of #5AEEC4
Black with #5AEEC4
Text Example
Text Example
White with #5AEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEC4; }
p { color: rgb(90,238,196); }
H1.HeaderClassName
{
color: #5AEEC4;
}
.AnyTagClassName
{
color: #5AEEC4;
}
</style>
background-color css
<style>
a { background-color: #5AEEC4; }
a { background-color: rgb(90,238,196); }
div.DivClassName
{
background-color: #5AEEC4;
}
.BgClassName
{
background-color: #5AEEC4;
}
</style>
border-color css
<style>
span { border-color: #5AEEC4; }
span { border-color: rgb(90,238,196); }
td.TdClassName
{
border-color: #5AEEC4;
}
.TagClassName
{
border-color: #5AEEC4;
}
</style>