Shades of Turquoise #5AEED2
Tints of Turquoise #5AEED2
RGB
CMYK
RGB Variations
Color information
#5AEED2 (or 0x5AEED2) is known color: Turquoise. HEX triplet: 5A, EE and D2. RGB value is (90,238,210). Sum of RGB (Red+Green+Blue) = 90+238+210=538 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.73% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEED2 is #A5112D. Grayscale: #BEBEBE. Windows color (decimal): -10817838 or 13823578. OLE color: 13823578.
HSL color Cylindrical-coordinate representation of color #5AEED2: hue angle of 168.65º 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 #5AEED2 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 210 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.07 |
| HSL | 168.65º | 0.81% | 0.64% | - |
| HSV(B) | 168.65º | 0.62% | 0.93% | - |
| XYZ | 46.42 | 67.98 | 71.65 | - |
| YUV | 190.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 210 | 0.62 | 0 | 0.12 | 0.07 | 168.65 | 0.81 | 0.64 |
| Hex | 5A | EE | D2 | 3E | 0 | C | 7 | A9 | 51 | 40 |
| Octal | 132 | 356 | 322 | 76 | 0 | 14 | 7 | 251 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11010010 | 111110 | 0 | 1100 | 111 | 10101001 | 1010001 | 1000000 |
Color Harmonies of #5AEED2
Complementary color
Monochromatic Colors of #5AEED2
Black with #5AEED2
Text Example
Text Example
White with #5AEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEED2; }
p { color: rgb(90,238,210); }
H1.HeaderClassName
{
color: #5AEED2;
}
.AnyTagClassName
{
color: #5AEED2;
}
</style>
background-color css
<style>
a { background-color: #5AEED2; }
a { background-color: rgb(90,238,210); }
div.DivClassName
{
background-color: #5AEED2;
}
.BgClassName
{
background-color: #5AEED2;
}
</style>
border-color css
<style>
span { border-color: #5AEED2; }
span { border-color: rgb(90,238,210); }
td.TdClassName
{
border-color: #5AEED2;
}
.TagClassName
{
border-color: #5AEED2;
}
</style>