Shades of Turquoise Blue #5AEEED
Tints of Turquoise Blue #5AEEED
RGB
CMYK
RGB Variations
Color information
#5AEEED (or 0x5AEEED) is known color: Turquoise Blue. HEX triplet: 5A, EE and ED. RGB value is (90,238,237). Sum of RGB (Red+Green+Blue) = 90+238+237=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEED is #A51112. Grayscale: #C1C1C1. Windows color (decimal): -10817811 or 15593050. OLE color: 15593050.
HSL color Cylindrical-coordinate representation of color #5AEEED: hue angle of 179.59º 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 #5AEEED is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 237 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.07 |
| HSL | 179.59º | 0.81% | 0.64% | - |
| HSV(B) | 179.59º | 0.62% | 0.93% | - |
| XYZ | 50.08 | 69.44 | 90.88 | - |
| YUV | 193.63 | 152.47 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 237 | 0.62 | 0 | 0.00 | 0.07 | 179.59 | 0.81 | 0.64 |
| Hex | 5A | EE | ED | 3E | 0 | 0 | 7 | B4 | 51 | 40 |
| Octal | 132 | 356 | 355 | 76 | 0 | 0 | 7 | 264 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010001 | 1000000 |
Color Harmonies of #5AEEED
Complementary color
Monochromatic Colors of #5AEEED
Black with #5AEEED
Text Example
Text Example
White with #5AEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEED; }
p { color: rgb(90,238,237); }
H1.HeaderClassName
{
color: #5AEEED;
}
.AnyTagClassName
{
color: #5AEEED;
}
</style>
background-color css
<style>
a { background-color: #5AEEED; }
a { background-color: rgb(90,238,237); }
div.DivClassName
{
background-color: #5AEEED;
}
.BgClassName
{
background-color: #5AEEED;
}
</style>
border-color css
<style>
span { border-color: #5AEEED; }
span { border-color: rgb(90,238,237); }
td.TdClassName
{
border-color: #5AEEED;
}
.TagClassName
{
border-color: #5AEEED;
}
</style>