Shades of Turquoise Blue #5ADBEE
Tints of Turquoise Blue #5ADBEE
RGB
CMYK
RGB Variations
Color information
#5ADBEE (or 0x5ADBEE) is known color: Turquoise Blue. HEX triplet: 5A, DB and EE. RGB value is (90,219,238). Sum of RGB (Red+Green+Blue) = 90+219+238=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ADBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADBEE is #A52411. Grayscale: #B6B6B6. Windows color (decimal): -10822674 or 15653722. OLE color: 15653722.
HSL color Cylindrical-coordinate representation of color #5ADBEE: hue angle of 187.7º degrees, saturation: 0.81, 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 #5ADBEE is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 219 | 238 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.07 |
| HSL | 187.7º | 0.81% | 0.64% | - |
| HSV(B) | 187.7º | 0.62% | 0.93% | - |
| XYZ | 44.98 | 59.01 | 89.91 | - |
| YUV | 182.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 238 | 0.62 | 0.08 | 0 | 0.07 | 187.7 | 0.81 | 0.64 |
| Hex | 5A | DB | EE | 3E | 8 | 0 | 7 | BC | 51 | 40 |
| Octal | 132 | 333 | 356 | 76 | 10 | 0 | 7 | 274 | 121 | 100 |
| Binary | 1011010 | 11011011 | 11101110 | 111110 | 1000 | 0 | 111 | 10111100 | 1010001 | 1000000 |
Color Harmonies of #5ADBEE
Complementary color
Monochromatic Colors of #5ADBEE
Black with #5ADBEE
Text Example
Text Example
White with #5ADBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBEE; }
p { color: rgb(90,219,238); }
H1.HeaderClassName
{
color: #5ADBEE;
}
.AnyTagClassName
{
color: #5ADBEE;
}
</style>
background-color css
<style>
a { background-color: #5ADBEE; }
a { background-color: rgb(90,219,238); }
div.DivClassName
{
background-color: #5ADBEE;
}
.BgClassName
{
background-color: #5ADBEE;
}
</style>
border-color css
<style>
span { border-color: #5ADBEE; }
span { border-color: rgb(90,219,238); }
td.TdClassName
{
border-color: #5ADBEE;
}
.TagClassName
{
border-color: #5ADBEE;
}
</style>