Shades of Turquoise Blue #5AD9FB
Tints of Turquoise Blue #5AD9FB
RGB
CMYK
RGB Variations
Color information
#5AD9FB (or 0x5AD9FB) is known color: Turquoise Blue. HEX triplet: 5A, D9 and FB. RGB value is (90,217,251). Sum of RGB (Red+Green+Blue) = 90+217+251=558 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.13% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AD9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9FB is #A52604. Grayscale: #B6B6B6. Windows color (decimal): -10823173 or 16505178. OLE color: 16505178.
HSL color Cylindrical-coordinate representation of color #5AD9FB: hue angle of 192.67º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD9FB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 217 | 251 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.02 |
| HSL | 192.67º | 0.95% | 0.67% | - |
| HSV(B) | 192.67º | 0.64% | 0.98% | - |
| XYZ | 46.44 | 58.76 | 100.16 | - |
| YUV | 182.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 251 | 0.64 | 0.14 | 0 | 0.02 | 192.67 | 0.95 | 0.67 |
| Hex | 5A | D9 | FB | 40 | E | 0 | 2 | C1 | 5F | 43 |
| Octal | 132 | 331 | 373 | 100 | 16 | 0 | 2 | 301 | 137 | 103 |
| Binary | 1011010 | 11011001 | 11111011 | 1000000 | 1110 | 0 | 10 | 11000001 | 1011111 | 1000011 |
Color Harmonies of #5AD9FB
Complementary color
Monochromatic Colors of #5AD9FB
Black with #5AD9FB
Text Example
Text Example
White with #5AD9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9FB; }
p { color: rgb(90,217,251); }
H1.HeaderClassName
{
color: #5AD9FB;
}
.AnyTagClassName
{
color: #5AD9FB;
}
</style>
background-color css
<style>
a { background-color: #5AD9FB; }
a { background-color: rgb(90,217,251); }
div.DivClassName
{
background-color: #5AD9FB;
}
.BgClassName
{
background-color: #5AD9FB;
}
</style>
border-color css
<style>
span { border-color: #5AD9FB; }
span { border-color: rgb(90,217,251); }
td.TdClassName
{
border-color: #5AD9FB;
}
.TagClassName
{
border-color: #5AD9FB;
}
</style>