Shades of Turquoise Blue #5AD2F4
Tints of Turquoise Blue #5AD2F4
RGB
CMYK
RGB Variations
Color information
#5AD2F4 (or 0x5AD2F4) is known color: Turquoise Blue. HEX triplet: 5A, D2 and F4. RGB value is (90,210,244). Sum of RGB (Red+Green+Blue) = 90+210+244=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AD2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2F4 is #A52D0B. Grayscale: #B1B1B1. Windows color (decimal): -10824972 or 16044634. OLE color: 16044634.
HSL color Cylindrical-coordinate representation of color #5AD2F4: hue angle of 193.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD2F4 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 210 | 244 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.04 |
| HSL | 193.25º | 0.88% | 0.65% | - |
| HSV(B) | 193.25º | 0.63% | 0.96% | - |
| XYZ | 43.59 | 54.8 | 93.87 | - |
| YUV | 178 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 244 | 0.63 | 0.14 | 0 | 0.04 | 193.25 | 0.88 | 0.65 |
| Hex | 5A | D2 | F4 | 3F | E | 0 | 4 | C1 | 58 | 41 |
| Octal | 132 | 322 | 364 | 77 | 16 | 0 | 4 | 301 | 130 | 101 |
| Binary | 1011010 | 11010010 | 11110100 | 111111 | 1110 | 0 | 100 | 11000001 | 1011000 | 1000001 |
Color Harmonies of #5AD2F4
Complementary color
Monochromatic Colors of #5AD2F4
Black with #5AD2F4
Text Example
Text Example
White with #5AD2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2F4; }
p { color: rgb(90,210,244); }
H1.HeaderClassName
{
color: #5AD2F4;
}
.AnyTagClassName
{
color: #5AD2F4;
}
</style>
background-color css
<style>
a { background-color: #5AD2F4; }
a { background-color: rgb(90,210,244); }
div.DivClassName
{
background-color: #5AD2F4;
}
.BgClassName
{
background-color: #5AD2F4;
}
</style>
border-color css
<style>
span { border-color: #5AD2F4; }
span { border-color: rgb(90,210,244); }
td.TdClassName
{
border-color: #5AD2F4;
}
.TagClassName
{
border-color: #5AD2F4;
}
</style>