Shades of Turquoise Blue #5ADBEC
Tints of Turquoise Blue #5ADBEC
RGB
CMYK
RGB Variations
Color information
#5ADBEC (or 0x5ADBEC) is known color: Turquoise Blue. HEX triplet: 5A, DB and EC. RGB value is (90,219,236). Sum of RGB (Red+Green+Blue) = 90+219+236=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ADBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBEC is #A52413. Grayscale: #B6B6B6. Windows color (decimal): -10822676 or 15522650. OLE color: 15522650.
HSL color Cylindrical-coordinate representation of color #5ADBEC: hue angle of 186.99º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ADBEC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 219 | 236 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.07 |
| HSL | 186.99º | 0.79% | 0.64% | - |
| HSV(B) | 186.99º | 0.62% | 0.93% | - |
| XYZ | 44.69 | 58.89 | 88.37 | - |
| YUV | 182.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 236 | 0.62 | 0.07 | 0 | 0.07 | 186.99 | 0.79 | 0.64 |
| Hex | 5A | DB | EC | 3E | 7 | 0 | 7 | BB | 4F | 40 |
| Octal | 132 | 333 | 354 | 76 | 7 | 0 | 7 | 273 | 117 | 100 |
| Binary | 1011010 | 11011011 | 11101100 | 111110 | 111 | 0 | 111 | 10111011 | 1001111 | 1000000 |
Color Harmonies of #5ADBEC
Complementary color
Monochromatic Colors of #5ADBEC
Black with #5ADBEC
Text Example
Text Example
White with #5ADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBEC; }
p { color: rgb(90,219,236); }
H1.HeaderClassName
{
color: #5ADBEC;
}
.AnyTagClassName
{
color: #5ADBEC;
}
</style>
background-color css
<style>
a { background-color: #5ADBEC; }
a { background-color: rgb(90,219,236); }
div.DivClassName
{
background-color: #5ADBEC;
}
.BgClassName
{
background-color: #5ADBEC;
}
</style>
border-color css
<style>
span { border-color: #5ADBEC; }
span { border-color: rgb(90,219,236); }
td.TdClassName
{
border-color: #5ADBEC;
}
.TagClassName
{
border-color: #5ADBEC;
}
</style>