Shades of Turquoise Blue #5AEDED
Tints of Turquoise Blue #5AEDED
RGB
CMYK
RGB Variations
Color information
#5AEDED (or 0x5AEDED) is known color: Turquoise Blue. HEX triplet: 5A, ED and ED. RGB value is (90,237,237). Sum of RGB (Red+Green+Blue) = 90+237+237=564 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.96% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #5AEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEDED is #A51212. Grayscale: #C0C0C0. Windows color (decimal): -10818067 or 15592794. OLE color: 15592794.
HSL color Cylindrical-coordinate representation of color #5AEDED: hue angle of 180º degrees, saturation: 0.8, 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 #5AEDED is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 237 | - |
| CMYK | 0.62 | 0 | 0 | 0.07 |
| HSL | 180º | 0.8% | 0.64% | - |
| HSV(B) | 180º | 0.62% | 0.93% | - |
| XYZ | 49.79 | 68.86 | 90.79 | - |
| YUV | 193.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 237 | 0.62 | 0 | 0 | 0.07 | 180 | 0.8 | 0.64 |
| Hex | 5A | ED | ED | 3E | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 132 | 355 | 355 | 76 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011010 | 11101101 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #5AEDED
Complementary color
Monochromatic Colors of #5AEDED
Black with #5AEDED
Text Example
Text Example
White with #5AEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDED; }
p { color: rgb(90,237,237); }
H1.HeaderClassName
{
color: #5AEDED;
}
.AnyTagClassName
{
color: #5AEDED;
}
</style>
background-color css
<style>
a { background-color: #5AEDED; }
a { background-color: rgb(90,237,237); }
div.DivClassName
{
background-color: #5AEDED;
}
.BgClassName
{
background-color: #5AEDED;
}
</style>
border-color css
<style>
span { border-color: #5AEDED; }
span { border-color: rgb(90,237,237); }
td.TdClassName
{
border-color: #5AEDED;
}
.TagClassName
{
border-color: #5AEDED;
}
</style>