Shades of Turquoise Blue #5ADEE0
Tints of Turquoise Blue #5ADEE0
RGB
CMYK
RGB Variations
Color information
#5ADEE0 (or 0x5ADEE0) is known color: Turquoise Blue. HEX triplet: 5A, DE and E0. RGB value is (90,222,224). Sum of RGB (Red+Green+Blue) = 90+222+224=536 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.79% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ADEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADEE0 is #A5211F. Grayscale: #B6B6B6. Windows color (decimal): -10821920 or 14736986. OLE color: 14736986.
HSL color Cylindrical-coordinate representation of color #5ADEE0: hue angle of 180.9º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADEE0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 222 | 224 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.12 |
| HSL | 180.9º | 0.68% | 0.62% | - |
| HSV(B) | 180.9º | 0.6% | 0.88% | - |
| XYZ | 43.79 | 59.8 | 79.76 | - |
| YUV | 182.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 224 | 0.60 | 0.01 | 0 | 0.12 | 180.9 | 0.68 | 0.62 |
| Hex | 5A | DE | E0 | 3C | 1 | 0 | C | B5 | 44 | 3E |
| Octal | 132 | 336 | 340 | 74 | 1 | 0 | 14 | 265 | 104 | 76 |
| Binary | 1011010 | 11011110 | 11100000 | 111100 | 1 | 0 | 1100 | 10110101 | 1000100 | 111110 |
Color Harmonies of #5ADEE0
Complementary color
Monochromatic Colors of #5ADEE0
Black with #5ADEE0
Text Example
Text Example
White with #5ADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEE0; }
p { color: rgb(90,222,224); }
H1.HeaderClassName
{
color: #5ADEE0;
}
.AnyTagClassName
{
color: #5ADEE0;
}
</style>
background-color css
<style>
a { background-color: #5ADEE0; }
a { background-color: rgb(90,222,224); }
div.DivClassName
{
background-color: #5ADEE0;
}
.BgClassName
{
background-color: #5ADEE0;
}
</style>
border-color css
<style>
span { border-color: #5ADEE0; }
span { border-color: rgb(90,222,224); }
td.TdClassName
{
border-color: #5ADEE0;
}
.TagClassName
{
border-color: #5ADEE0;
}
</style>