Shades of Turquoise Blue #5AD2FB
Tints of Turquoise Blue #5AD2FB
RGB
CMYK
RGB Variations
Color information
#5AD2FB (or 0x5AD2FB) is known color: Turquoise Blue. HEX triplet: 5A, D2 and FB. RGB value is (90,210,251). Sum of RGB (Red+Green+Blue) = 90+210+251=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2FB is #A52D04. Grayscale: #B2B2B2. Windows color (decimal): -10824965 or 16503386. OLE color: 16503386.
HSL color Cylindrical-coordinate representation of color #5AD2FB: hue angle of 195.28º 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 #5AD2FB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 210 | 251 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.02 |
| HSL | 195.28º | 0.95% | 0.67% | - |
| HSV(B) | 195.28º | 0.64% | 0.98% | - |
| XYZ | 44.68 | 55.23 | 99.57 | - |
| YUV | 178.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 251 | 0.64 | 0.16 | 0 | 0.02 | 195.28 | 0.95 | 0.67 |
| Hex | 5A | D2 | FB | 40 | 10 | 0 | 2 | C3 | 5F | 43 |
| Octal | 132 | 322 | 373 | 100 | 20 | 0 | 2 | 303 | 137 | 103 |
| Binary | 1011010 | 11010010 | 11111011 | 1000000 | 10000 | 0 | 10 | 11000011 | 1011111 | 1000011 |
Color Harmonies of #5AD2FB
Complementary color
Monochromatic Colors of #5AD2FB
Black with #5AD2FB
Text Example
Text Example
White with #5AD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2FB; }
p { color: rgb(90,210,251); }
H1.HeaderClassName
{
color: #5AD2FB;
}
.AnyTagClassName
{
color: #5AD2FB;
}
</style>
background-color css
<style>
a { background-color: #5AD2FB; }
a { background-color: rgb(90,210,251); }
div.DivClassName
{
background-color: #5AD2FB;
}
.BgClassName
{
background-color: #5AD2FB;
}
</style>
border-color css
<style>
span { border-color: #5AD2FB; }
span { border-color: rgb(90,210,251); }
td.TdClassName
{
border-color: #5AD2FB;
}
.TagClassName
{
border-color: #5AD2FB;
}
</style>