Shades of Turquoise Blue #5ADADE
Tints of Turquoise Blue #5ADADE
RGB
CMYK
RGB Variations
Color information
#5ADADE (or 0x5ADADE) is known color: Turquoise Blue. HEX triplet: 5A, DA and DE. RGB value is (90,218,222). Sum of RGB (Red+Green+Blue) = 90+218+222=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ADADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADADE is #A52521. Grayscale: #B4B4B4. Windows color (decimal): -10822946 or 14604890. OLE color: 14604890.
HSL color Cylindrical-coordinate representation of color #5ADADE: hue angle of 181.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADADE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 218 | 222 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.13 |
| HSL | 181.82º | 0.67% | 0.61% | - |
| HSV(B) | 181.82º | 0.59% | 0.87% | - |
| XYZ | 42.47 | 57.59 | 77.98 | - |
| YUV | 180.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 222 | 0.59 | 0.02 | 0 | 0.13 | 181.82 | 0.67 | 0.61 |
| Hex | 5A | DA | DE | 3B | 2 | 0 | D | B6 | 43 | 3D |
| Octal | 132 | 332 | 336 | 73 | 2 | 0 | 15 | 266 | 103 | 75 |
| Binary | 1011010 | 11011010 | 11011110 | 111011 | 10 | 0 | 1101 | 10110110 | 1000011 | 111101 |
Color Harmonies of #5ADADE
Complementary color
Monochromatic Colors of #5ADADE
Black with #5ADADE
Text Example
Text Example
White with #5ADADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADADE; }
p { color: rgb(90,218,222); }
H1.HeaderClassName
{
color: #5ADADE;
}
.AnyTagClassName
{
color: #5ADADE;
}
</style>
background-color css
<style>
a { background-color: #5ADADE; }
a { background-color: rgb(90,218,222); }
div.DivClassName
{
background-color: #5ADADE;
}
.BgClassName
{
background-color: #5ADADE;
}
</style>
border-color css
<style>
span { border-color: #5ADADE; }
span { border-color: rgb(90,218,222); }
td.TdClassName
{
border-color: #5ADADE;
}
.TagClassName
{
border-color: #5ADADE;
}
</style>