Shades of Turquoise Blue #5ADEEC
Tints of Turquoise Blue #5ADEEC
RGB
CMYK
RGB Variations
Color information
#5ADEEC (or 0x5ADEEC) is known color: Turquoise Blue. HEX triplet: 5A, DE and EC. RGB value is (90,222,236). Sum of RGB (Red+Green+Blue) = 90+222+236=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ADEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEEC is #A52113. Grayscale: #B7B7B7. Windows color (decimal): -10821908 or 15523418. OLE color: 15523418.
HSL color Cylindrical-coordinate representation of color #5ADEEC: hue angle of 185.75º 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 #5ADEEC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 222 | 236 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.07 |
| HSL | 185.75º | 0.79% | 0.64% | - |
| HSV(B) | 185.75º | 0.62% | 0.93% | - |
| XYZ | 45.48 | 60.47 | 88.63 | - |
| YUV | 184.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 236 | 0.62 | 0.06 | 0 | 0.07 | 185.75 | 0.79 | 0.64 |
| Hex | 5A | DE | EC | 3E | 6 | 0 | 7 | BA | 4F | 40 |
| Octal | 132 | 336 | 354 | 76 | 6 | 0 | 7 | 272 | 117 | 100 |
| Binary | 1011010 | 11011110 | 11101100 | 111110 | 110 | 0 | 111 | 10111010 | 1001111 | 1000000 |
Color Harmonies of #5ADEEC
Complementary color
Monochromatic Colors of #5ADEEC
Black with #5ADEEC
Text Example
Text Example
White with #5ADEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEEC; }
p { color: rgb(90,222,236); }
H1.HeaderClassName
{
color: #5ADEEC;
}
.AnyTagClassName
{
color: #5ADEEC;
}
</style>
background-color css
<style>
a { background-color: #5ADEEC; }
a { background-color: rgb(90,222,236); }
div.DivClassName
{
background-color: #5ADEEC;
}
.BgClassName
{
background-color: #5ADEEC;
}
</style>
border-color css
<style>
span { border-color: #5ADEEC; }
span { border-color: rgb(90,222,236); }
td.TdClassName
{
border-color: #5ADEEC;
}
.TagClassName
{
border-color: #5ADEEC;
}
</style>