Shades of Turquoise Blue #5ADEF8
Tints of Turquoise Blue #5ADEF8
RGB
CMYK
RGB Variations
Color information
#5ADEF8 (or 0x5ADEF8) is known color: Turquoise Blue. HEX triplet: 5A, DE and F8. RGB value is (90,222,248). Sum of RGB (Red+Green+Blue) = 90+222+248=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #5ADEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ADEF8 is #A52107. Grayscale: #B9B9B9. Windows color (decimal): -10821896 or 16309850. OLE color: 16309850.
HSL color Cylindrical-coordinate representation of color #5ADEF8: hue angle of 189.87º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ADEF8 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 222 | 248 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.03 |
| HSL | 189.87º | 0.92% | 0.66% | - |
| HSV(B) | 189.87º | 0.64% | 0.97% | - |
| XYZ | 47.28 | 61.19 | 98.13 | - |
| YUV | 185.5 | 163.27 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 248 | 0.64 | 0.10 | 0 | 0.03 | 189.87 | 0.92 | 0.66 |
| Hex | 5A | DE | F8 | 40 | A | 0 | 3 | BE | 5C | 42 |
| Octal | 132 | 336 | 370 | 100 | 12 | 0 | 3 | 276 | 134 | 102 |
| Binary | 1011010 | 11011110 | 11111000 | 1000000 | 1010 | 0 | 11 | 10111110 | 1011100 | 1000010 |
Color Harmonies of #5ADEF8
Complementary color
Monochromatic Colors of #5ADEF8
Black with #5ADEF8
Text Example
Text Example
White with #5ADEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEF8; }
p { color: rgb(90,222,248); }
H1.HeaderClassName
{
color: #5ADEF8;
}
.AnyTagClassName
{
color: #5ADEF8;
}
</style>
background-color css
<style>
a { background-color: #5ADEF8; }
a { background-color: rgb(90,222,248); }
div.DivClassName
{
background-color: #5ADEF8;
}
.BgClassName
{
background-color: #5ADEF8;
}
</style>
border-color css
<style>
span { border-color: #5ADEF8; }
span { border-color: rgb(90,222,248); }
td.TdClassName
{
border-color: #5ADEF8;
}
.TagClassName
{
border-color: #5ADEF8;
}
</style>