Shades of Turquoise Blue #5AD9FE
Tints of Turquoise Blue #5AD9FE
RGB
CMYK
RGB Variations
Color information
#5AD9FE (or 0x5AD9FE) is known color: Turquoise Blue. HEX triplet: 5A, D9 and FE. RGB value is (90,217,254). Sum of RGB (Red+Green+Blue) = 90+217+254=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AD9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD9FE is #A52601. Grayscale: #B6B6B6. Windows color (decimal): -10823170 or 16701786. OLE color: 16701786.
HSL color Cylindrical-coordinate representation of color #5AD9FE: hue angle of 193.54º 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 #5AD9FE is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 217 | 254 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.00 |
| HSL | 193.54º | 0.99% | 0.67% | - |
| HSV(B) | 193.54º | 0.65% | 1% | - |
| XYZ | 46.92 | 58.96 | 102.67 | - |
| YUV | 183.25 | 167.92 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 254 | 0.65 | 0.15 | 0 | 0.00 | 193.54 | 0.99 | 0.67 |
| Hex | 5A | D9 | FE | 41 | F | 0 | 0 | C2 | 63 | 43 |
| Octal | 132 | 331 | 376 | 101 | 17 | 0 | 0 | 302 | 143 | 103 |
| Binary | 1011010 | 11011001 | 11111110 | 1000001 | 1111 | 0 | 0 | 11000010 | 1100011 | 1000011 |
Color Harmonies of #5AD9FE
Complementary color
Monochromatic Colors of #5AD9FE
Black with #5AD9FE
Text Example
Text Example
White with #5AD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD9FE; }
p { color: rgb(90,217,254); }
H1.HeaderClassName
{
color: #5AD9FE;
}
.AnyTagClassName
{
color: #5AD9FE;
}
</style>
background-color css
<style>
a { background-color: #5AD9FE; }
a { background-color: rgb(90,217,254); }
div.DivClassName
{
background-color: #5AD9FE;
}
.BgClassName
{
background-color: #5AD9FE;
}
</style>
border-color css
<style>
span { border-color: #5AD9FE; }
span { border-color: rgb(90,217,254); }
td.TdClassName
{
border-color: #5AD9FE;
}
.TagClassName
{
border-color: #5AD9FE;
}
</style>