Shades of Turquoise Blue #5AD9F7
Tints of Turquoise Blue #5AD9F7
RGB
CMYK
RGB Variations
Color information
#5AD9F7 (or 0x5AD9F7) is known color: Turquoise Blue. HEX triplet: 5A, D9 and F7. RGB value is (90,217,247). Sum of RGB (Red+Green+Blue) = 90+217+247=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #5AD9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9F7 is #A52608. Grayscale: #B6B6B6. Windows color (decimal): -10823177 or 16243034. OLE color: 16243034.
HSL color Cylindrical-coordinate representation of color #5AD9F7: hue angle of 191.46º degrees, saturation: 0.91, 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 #5AD9F7 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 217 | 247 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.03 |
| HSL | 191.47º | 0.91% | 0.66% | - |
| HSV(B) | 191.47º | 0.64% | 0.97% | - |
| XYZ | 45.82 | 58.51 | 96.88 | - |
| YUV | 182.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 247 | 0.64 | 0.12 | 0 | 0.03 | 191.47 | 0.91 | 0.66 |
| Hex | 5A | D9 | F7 | 40 | C | 0 | 3 | BF | 5B | 42 |
| Octal | 132 | 331 | 367 | 100 | 14 | 0 | 3 | 277 | 133 | 102 |
| Binary | 1011010 | 11011001 | 11110111 | 1000000 | 1100 | 0 | 11 | 10111111 | 1011011 | 1000010 |
Color Harmonies of #5AD9F7
Complementary color
Monochromatic Colors of #5AD9F7
Black with #5AD9F7
Text Example
Text Example
White with #5AD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9F7; }
p { color: rgb(90,217,247); }
H1.HeaderClassName
{
color: #5AD9F7;
}
.AnyTagClassName
{
color: #5AD9F7;
}
</style>
background-color css
<style>
a { background-color: #5AD9F7; }
a { background-color: rgb(90,217,247); }
div.DivClassName
{
background-color: #5AD9F7;
}
.BgClassName
{
background-color: #5AD9F7;
}
</style>
border-color css
<style>
span { border-color: #5AD9F7; }
span { border-color: rgb(90,217,247); }
td.TdClassName
{
border-color: #5AD9F7;
}
.TagClassName
{
border-color: #5AD9F7;
}
</style>