Shades of Turquoise Blue #5AD7FB
Tints of Turquoise Blue #5AD7FB
RGB
CMYK
RGB Variations
Color information
#5AD7FB (or 0x5AD7FB) is known color: Turquoise Blue. HEX triplet: 5A, D7 and FB. RGB value is (90,215,251). Sum of RGB (Red+Green+Blue) = 90+215+251=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AD7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD7FB is #A52804. Grayscale: #B5B5B5. Windows color (decimal): -10823685 or 16504666. OLE color: 16504666.
HSL color Cylindrical-coordinate representation of color #5AD7FB: hue angle of 193.42º 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 #5AD7FB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 215 | 251 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.02 |
| HSL | 193.42º | 0.95% | 0.67% | - |
| HSV(B) | 193.42º | 0.64% | 0.98% | - |
| XYZ | 45.93 | 57.74 | 99.99 | - |
| YUV | 181.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 251 | 0.64 | 0.14 | 0 | 0.02 | 193.42 | 0.95 | 0.67 |
| Hex | 5A | D7 | FB | 40 | E | 0 | 2 | C1 | 5F | 43 |
| Octal | 132 | 327 | 373 | 100 | 16 | 0 | 2 | 301 | 137 | 103 |
| Binary | 1011010 | 11010111 | 11111011 | 1000000 | 1110 | 0 | 10 | 11000001 | 1011111 | 1000011 |
Color Harmonies of #5AD7FB
Complementary color
Monochromatic Colors of #5AD7FB
Black with #5AD7FB
Text Example
Text Example
White with #5AD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7FB; }
p { color: rgb(90,215,251); }
H1.HeaderClassName
{
color: #5AD7FB;
}
.AnyTagClassName
{
color: #5AD7FB;
}
</style>
background-color css
<style>
a { background-color: #5AD7FB; }
a { background-color: rgb(90,215,251); }
div.DivClassName
{
background-color: #5AD7FB;
}
.BgClassName
{
background-color: #5AD7FB;
}
</style>
border-color css
<style>
span { border-color: #5AD7FB; }
span { border-color: rgb(90,215,251); }
td.TdClassName
{
border-color: #5AD7FB;
}
.TagClassName
{
border-color: #5AD7FB;
}
</style>