Shades of Turquoise Blue #5AD9EA
Tints of Turquoise Blue #5AD9EA
RGB
CMYK
RGB Variations
Color information
#5AD9EA (or 0x5AD9EA) is known color: Turquoise Blue. HEX triplet: 5A, D9 and EA. RGB value is (90,217,234). Sum of RGB (Red+Green+Blue) = 90+217+234=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AD9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9EA is #A52615. Grayscale: #B4B4B4. Windows color (decimal): -10823190 or 15391066. OLE color: 15391066.
HSL color Cylindrical-coordinate representation of color #5AD9EA: hue angle of 187.08º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AD9EA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 217 | 234 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.08 |
| HSL | 187.08º | 0.77% | 0.64% | - |
| HSV(B) | 187.08º | 0.62% | 0.92% | - |
| XYZ | 43.88 | 57.74 | 86.67 | - |
| YUV | 180.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 234 | 0.62 | 0.07 | 0 | 0.08 | 187.08 | 0.77 | 0.64 |
| Hex | 5A | D9 | EA | 3E | 7 | 0 | 8 | BB | 4D | 40 |
| Octal | 132 | 331 | 352 | 76 | 7 | 0 | 10 | 273 | 115 | 100 |
| Binary | 1011010 | 11011001 | 11101010 | 111110 | 111 | 0 | 1000 | 10111011 | 1001101 | 1000000 |
Color Harmonies of #5AD9EA
Complementary color
Monochromatic Colors of #5AD9EA
Black with #5AD9EA
Text Example
Text Example
White with #5AD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9EA; }
p { color: rgb(90,217,234); }
H1.HeaderClassName
{
color: #5AD9EA;
}
.AnyTagClassName
{
color: #5AD9EA;
}
</style>
background-color css
<style>
a { background-color: #5AD9EA; }
a { background-color: rgb(90,217,234); }
div.DivClassName
{
background-color: #5AD9EA;
}
.BgClassName
{
background-color: #5AD9EA;
}
</style>
border-color css
<style>
span { border-color: #5AD9EA; }
span { border-color: rgb(90,217,234); }
td.TdClassName
{
border-color: #5AD9EA;
}
.TagClassName
{
border-color: #5AD9EA;
}
</style>