Shades of Turquoise Blue #5ADBE9
Tints of Turquoise Blue #5ADBE9
RGB
CMYK
RGB Variations
Color information
#5ADBE9 (or 0x5ADBE9) is known color: Turquoise Blue. HEX triplet: 5A, DB and E9. RGB value is (90,219,233). Sum of RGB (Red+Green+Blue) = 90+219+233=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #5ADBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBE9 is #A52416. Grayscale: #B5B5B5. Windows color (decimal): -10822679 or 15326042. OLE color: 15326042.
HSL color Cylindrical-coordinate representation of color #5ADBE9: hue angle of 185.87º 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 #5ADBE9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 219 | 233 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.09 |
| HSL | 185.87º | 0.76% | 0.63% | - |
| HSV(B) | 185.87º | 0.61% | 0.91% | - |
| XYZ | 44.26 | 58.72 | 86.09 | - |
| YUV | 182.03 | 156.76 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 233 | 0.61 | 0.06 | 0 | 0.09 | 185.87 | 0.76 | 0.63 |
| Hex | 5A | DB | E9 | 3D | 6 | 0 | 9 | BA | 4C | 3F |
| Octal | 132 | 333 | 351 | 75 | 6 | 0 | 11 | 272 | 114 | 77 |
| Binary | 1011010 | 11011011 | 11101001 | 111101 | 110 | 0 | 1001 | 10111010 | 1001100 | 111111 |
Color Harmonies of #5ADBE9
Complementary color
Monochromatic Colors of #5ADBE9
Black with #5ADBE9
Text Example
Text Example
White with #5ADBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBE9; }
p { color: rgb(90,219,233); }
H1.HeaderClassName
{
color: #5ADBE9;
}
.AnyTagClassName
{
color: #5ADBE9;
}
</style>
background-color css
<style>
a { background-color: #5ADBE9; }
a { background-color: rgb(90,219,233); }
div.DivClassName
{
background-color: #5ADBE9;
}
.BgClassName
{
background-color: #5ADBE9;
}
</style>
border-color css
<style>
span { border-color: #5ADBE9; }
span { border-color: rgb(90,219,233); }
td.TdClassName
{
border-color: #5ADBE9;
}
.TagClassName
{
border-color: #5ADBE9;
}
</style>