Shades of Turquoise Blue #5ADDEE
Tints of Turquoise Blue #5ADDEE
RGB
CMYK
RGB Variations
Color information
#5ADDEE (or 0x5ADDEE) is known color: Turquoise Blue. HEX triplet: 5A, DD and EE. RGB value is (90,221,238). Sum of RGB (Red+Green+Blue) = 90+221+238=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ADDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADDEE is #A52211. Grayscale: #B7B7B7. Windows color (decimal): -10822162 or 15654234. OLE color: 15654234.
HSL color Cylindrical-coordinate representation of color #5ADDEE: hue angle of 186.89º 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 #5ADDEE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 221 | 238 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.07 |
| HSL | 186.89º | 0.81% | 0.64% | - |
| HSV(B) | 186.89º | 0.62% | 0.93% | - |
| XYZ | 45.51 | 60.06 | 90.08 | - |
| YUV | 183.77 | 158.6 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 238 | 0.62 | 0.07 | 0 | 0.07 | 186.89 | 0.81 | 0.64 |
| Hex | 5A | DD | EE | 3E | 7 | 0 | 7 | BB | 51 | 40 |
| Octal | 132 | 335 | 356 | 76 | 7 | 0 | 7 | 273 | 121 | 100 |
| Binary | 1011010 | 11011101 | 11101110 | 111110 | 111 | 0 | 111 | 10111011 | 1010001 | 1000000 |
Color Harmonies of #5ADDEE
Complementary color
Monochromatic Colors of #5ADDEE
Black with #5ADDEE
Text Example
Text Example
White with #5ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDEE; }
p { color: rgb(90,221,238); }
H1.HeaderClassName
{
color: #5ADDEE;
}
.AnyTagClassName
{
color: #5ADDEE;
}
</style>
background-color css
<style>
a { background-color: #5ADDEE; }
a { background-color: rgb(90,221,238); }
div.DivClassName
{
background-color: #5ADDEE;
}
.BgClassName
{
background-color: #5ADDEE;
}
</style>
border-color css
<style>
span { border-color: #5ADDEE; }
span { border-color: rgb(90,221,238); }
td.TdClassName
{
border-color: #5ADDEE;
}
.TagClassName
{
border-color: #5ADDEE;
}
</style>