Shades of Turquoise #5AEED0
Tints of Turquoise #5AEED0
RGB
CMYK
RGB Variations
Color information
#5AEED0 (or 0x5AEED0) is known color: Turquoise. HEX triplet: 5A, EE and D0. RGB value is (90,238,208). Sum of RGB (Red+Green+Blue) = 90+238+208=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEED0 is #A5112F. Grayscale: #BEBEBE. Windows color (decimal): -10817840 or 13692506. OLE color: 13692506.
HSL color Cylindrical-coordinate representation of color #5AEED0: hue angle of 167.84º 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 #5AEED0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 208 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.07 |
| HSL | 167.84º | 0.81% | 0.64% | - |
| HSV(B) | 167.84º | 0.62% | 0.93% | - |
| XYZ | 46.18 | 67.88 | 70.34 | - |
| YUV | 190.33 | 137.97 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 208 | 0.62 | 0 | 0.13 | 0.07 | 167.84 | 0.81 | 0.64 |
| Hex | 5A | EE | D0 | 3E | 0 | D | 7 | A8 | 51 | 40 |
| Octal | 132 | 356 | 320 | 76 | 0 | 15 | 7 | 250 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11010000 | 111110 | 0 | 1101 | 111 | 10101000 | 1010001 | 1000000 |
Color Harmonies of #5AEED0
Complementary color
Monochromatic Colors of #5AEED0
Black with #5AEED0
Text Example
Text Example
White with #5AEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEED0; }
p { color: rgb(90,238,208); }
H1.HeaderClassName
{
color: #5AEED0;
}
.AnyTagClassName
{
color: #5AEED0;
}
</style>
background-color css
<style>
a { background-color: #5AEED0; }
a { background-color: rgb(90,238,208); }
div.DivClassName
{
background-color: #5AEED0;
}
.BgClassName
{
background-color: #5AEED0;
}
</style>
border-color css
<style>
span { border-color: #5AEED0; }
span { border-color: rgb(90,238,208); }
td.TdClassName
{
border-color: #5AEED0;
}
.TagClassName
{
border-color: #5AEED0;
}
</style>