Shades of Turquoise Blue #5ADEFE
Tints of Turquoise Blue #5ADEFE
RGB
CMYK
RGB Variations
Color information
#5ADEFE (or 0x5ADEFE) is known color: Turquoise Blue. HEX triplet: 5A, DE and FE. RGB value is (90,222,254). Sum of RGB (Red+Green+Blue) = 90+222+254=566 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.90% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ADEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEFE is #A52101. Grayscale: #B9B9B9. Windows color (decimal): -10821890 or 16703066. OLE color: 16703066.
HSL color Cylindrical-coordinate representation of color #5ADEFE: hue angle of 191.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADEFE is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 222 | 254 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.00 |
| HSL | 191.71º | 0.99% | 0.67% | - |
| HSV(B) | 191.71º | 0.65% | 1% | - |
| XYZ | 48.23 | 61.57 | 103.11 | - |
| YUV | 186.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 254 | 0.65 | 0.13 | 0 | 0.00 | 191.71 | 0.99 | 0.67 |
| Hex | 5A | DE | FE | 41 | D | 0 | 0 | C0 | 63 | 43 |
| Octal | 132 | 336 | 376 | 101 | 15 | 0 | 0 | 300 | 143 | 103 |
| Binary | 1011010 | 11011110 | 11111110 | 1000001 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000011 |
Color Harmonies of #5ADEFE
Complementary color
Monochromatic Colors of #5ADEFE
Black with #5ADEFE
Text Example
Text Example
White with #5ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEFE; }
p { color: rgb(90,222,254); }
H1.HeaderClassName
{
color: #5ADEFE;
}
.AnyTagClassName
{
color: #5ADEFE;
}
</style>
background-color css
<style>
a { background-color: #5ADEFE; }
a { background-color: rgb(90,222,254); }
div.DivClassName
{
background-color: #5ADEFE;
}
.BgClassName
{
background-color: #5ADEFE;
}
</style>
border-color css
<style>
span { border-color: #5ADEFE; }
span { border-color: rgb(90,222,254); }
td.TdClassName
{
border-color: #5ADEFE;
}
.TagClassName
{
border-color: #5ADEFE;
}
</style>