Shades of Turquoise Blue #5ADDEA
Tints of Turquoise Blue #5ADDEA
RGB
CMYK
RGB Variations
Color information
#5ADDEA (or 0x5ADDEA) is known color: Turquoise Blue. HEX triplet: 5A, DD and EA. RGB value is (90,221,234). Sum of RGB (Red+Green+Blue) = 90+221+234=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ADDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDEA is #A52215. Grayscale: #B7B7B7. Windows color (decimal): -10822166 or 15392090. OLE color: 15392090.
HSL color Cylindrical-coordinate representation of color #5ADDEA: hue angle of 185.42º 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 #5ADDEA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 221 | 234 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.08 |
| HSL | 185.42º | 0.77% | 0.64% | - |
| HSV(B) | 185.42º | 0.62% | 0.92% | - |
| XYZ | 44.92 | 59.83 | 87.02 | - |
| YUV | 183.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 234 | 0.62 | 0.06 | 0 | 0.08 | 185.42 | 0.77 | 0.64 |
| Hex | 5A | DD | EA | 3E | 6 | 0 | 8 | B9 | 4D | 40 |
| Octal | 132 | 335 | 352 | 76 | 6 | 0 | 10 | 271 | 115 | 100 |
| Binary | 1011010 | 11011101 | 11101010 | 111110 | 110 | 0 | 1000 | 10111001 | 1001101 | 1000000 |
Color Harmonies of #5ADDEA
Complementary color
Monochromatic Colors of #5ADDEA
Black with #5ADDEA
Text Example
Text Example
White with #5ADDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDEA; }
p { color: rgb(90,221,234); }
H1.HeaderClassName
{
color: #5ADDEA;
}
.AnyTagClassName
{
color: #5ADDEA;
}
</style>
background-color css
<style>
a { background-color: #5ADDEA; }
a { background-color: rgb(90,221,234); }
div.DivClassName
{
background-color: #5ADDEA;
}
.BgClassName
{
background-color: #5ADDEA;
}
</style>
border-color css
<style>
span { border-color: #5ADDEA; }
span { border-color: rgb(90,221,234); }
td.TdClassName
{
border-color: #5ADDEA;
}
.TagClassName
{
border-color: #5ADDEA;
}
</style>