Shades of Turquoise Blue #5ADEE9
Tints of Turquoise Blue #5ADEE9
RGB
CMYK
RGB Variations
Color information
#5ADEE9 (or 0x5ADEE9) is known color: Turquoise Blue. HEX triplet: 5A, DE and E9. RGB value is (90,222,233). Sum of RGB (Red+Green+Blue) = 90+222+233=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #5ADEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEE9 is #A52116. Grayscale: #B7B7B7. Windows color (decimal): -10821911 or 15326810. OLE color: 15326810.
HSL color Cylindrical-coordinate representation of color #5ADEE9: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ADEE9 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 222 | 233 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.09 |
| HSL | 184.62º | 0.76% | 0.63% | - |
| HSV(B) | 184.62º | 0.61% | 0.91% | - |
| XYZ | 45.05 | 60.3 | 86.36 | - |
| YUV | 183.79 | 155.77 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 233 | 0.61 | 0.05 | 0 | 0.09 | 184.62 | 0.76 | 0.63 |
| Hex | 5A | DE | E9 | 3D | 5 | 0 | 9 | B9 | 4C | 3F |
| Octal | 132 | 336 | 351 | 75 | 5 | 0 | 11 | 271 | 114 | 77 |
| Binary | 1011010 | 11011110 | 11101001 | 111101 | 101 | 0 | 1001 | 10111001 | 1001100 | 111111 |
Color Harmonies of #5ADEE9
Complementary color
Monochromatic Colors of #5ADEE9
Black with #5ADEE9
Text Example
Text Example
White with #5ADEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEE9; }
p { color: rgb(90,222,233); }
H1.HeaderClassName
{
color: #5ADEE9;
}
.AnyTagClassName
{
color: #5ADEE9;
}
</style>
background-color css
<style>
a { background-color: #5ADEE9; }
a { background-color: rgb(90,222,233); }
div.DivClassName
{
background-color: #5ADEE9;
}
.BgClassName
{
background-color: #5ADEE9;
}
</style>
border-color css
<style>
span { border-color: #5ADEE9; }
span { border-color: rgb(90,222,233); }
td.TdClassName
{
border-color: #5ADEE9;
}
.TagClassName
{
border-color: #5ADEE9;
}
</style>