Shades of Turquoise Blue #5AD0FA
Tints of Turquoise Blue #5AD0FA
RGB
CMYK
RGB Variations
Color information
#5AD0FA (or 0x5AD0FA) is known color: Turquoise Blue. HEX triplet: 5A, D0 and FA. RGB value is (90,208,250). Sum of RGB (Red+Green+Blue) = 90+208+250=548 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.42% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD0FA is #A52F05. Grayscale: #B1B1B1. Windows color (decimal): -10825478 or 16437338. OLE color: 16437338.
HSL color Cylindrical-coordinate representation of color #5AD0FA: hue angle of 195.75º degrees, saturation: 0.94, 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 #5AD0FA is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 208 | 250 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.02 |
| HSL | 195.75º | 0.94% | 0.67% | - |
| HSV(B) | 195.75º | 0.64% | 0.98% | - |
| XYZ | 44.03 | 54.19 | 98.58 | - |
| YUV | 177.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 250 | 0.64 | 0.17 | 0 | 0.02 | 195.75 | 0.94 | 0.67 |
| Hex | 5A | D0 | FA | 40 | 11 | 0 | 2 | C4 | 5E | 43 |
| Octal | 132 | 320 | 372 | 100 | 21 | 0 | 2 | 304 | 136 | 103 |
| Binary | 1011010 | 11010000 | 11111010 | 1000000 | 10001 | 0 | 10 | 11000100 | 1011110 | 1000011 |
Color Harmonies of #5AD0FA
Complementary color
Monochromatic Colors of #5AD0FA
Black with #5AD0FA
Text Example
Text Example
White with #5AD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD0FA; }
p { color: rgb(90,208,250); }
H1.HeaderClassName
{
color: #5AD0FA;
}
.AnyTagClassName
{
color: #5AD0FA;
}
</style>
background-color css
<style>
a { background-color: #5AD0FA; }
a { background-color: rgb(90,208,250); }
div.DivClassName
{
background-color: #5AD0FA;
}
.BgClassName
{
background-color: #5AD0FA;
}
</style>
border-color css
<style>
span { border-color: #5AD0FA; }
span { border-color: rgb(90,208,250); }
td.TdClassName
{
border-color: #5AD0FA;
}
.TagClassName
{
border-color: #5AD0FA;
}
</style>