Shades of Turquoise Blue #5AD9FD
Tints of Turquoise Blue #5AD9FD
RGB
CMYK
RGB Variations
Color information
#5AD9FD (or 0x5AD9FD) is known color: Turquoise Blue. HEX triplet: 5A, D9 and FD. RGB value is (90,217,253). Sum of RGB (Red+Green+Blue) = 90+217+253=560 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.07% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AD9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9FD is #A52602. Grayscale: #B6B6B6. Windows color (decimal): -10823171 or 16636250. OLE color: 16636250.
HSL color Cylindrical-coordinate representation of color #5AD9FD: hue angle of 193.25º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD9FD is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 217 | 253 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.01 |
| HSL | 193.25º | 0.98% | 0.67% | - |
| HSV(B) | 193.25º | 0.64% | 0.99% | - |
| XYZ | 46.76 | 58.89 | 101.83 | - |
| YUV | 183.13 | 167.42 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 253 | 0.64 | 0.14 | 0 | 0.01 | 193.25 | 0.98 | 0.67 |
| Hex | 5A | D9 | FD | 40 | E | 0 | 1 | C1 | 62 | 43 |
| Octal | 132 | 331 | 375 | 100 | 16 | 0 | 1 | 301 | 142 | 103 |
| Binary | 1011010 | 11011001 | 11111101 | 1000000 | 1110 | 0 | 1 | 11000001 | 1100010 | 1000011 |
Color Harmonies of #5AD9FD
Complementary color
Monochromatic Colors of #5AD9FD
Black with #5AD9FD
Text Example
Text Example
White with #5AD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9FD; }
p { color: rgb(90,217,253); }
H1.HeaderClassName
{
color: #5AD9FD;
}
.AnyTagClassName
{
color: #5AD9FD;
}
</style>
background-color css
<style>
a { background-color: #5AD9FD; }
a { background-color: rgb(90,217,253); }
div.DivClassName
{
background-color: #5AD9FD;
}
.BgClassName
{
background-color: #5AD9FD;
}
</style>
border-color css
<style>
span { border-color: #5AD9FD; }
span { border-color: rgb(90,217,253); }
td.TdClassName
{
border-color: #5AD9FD;
}
.TagClassName
{
border-color: #5AD9FD;
}
</style>