Shades of Turquoise Blue #5AE6FB
Tints of Turquoise Blue #5AE6FB
RGB
CMYK
RGB Variations
Color information
#5AE6FB (or 0x5AE6FB) is known color: Turquoise Blue. HEX triplet: 5A, E6 and FB. RGB value is (90,230,251). Sum of RGB (Red+Green+Blue) = 90+230+251=571 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.76% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AE6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AE6FB is #A51904. Grayscale: #BEBEBE. Windows color (decimal): -10819845 or 16508506. OLE color: 16508506.
HSL color Cylindrical-coordinate representation of color #5AE6FB: hue angle of 187.83º 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 #5AE6FB is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 230 | 251 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.02 |
| HSL | 187.83º | 0.95% | 0.67% | - |
| HSV(B) | 187.83º | 0.64% | 0.98% | - |
| XYZ | 49.93 | 65.73 | 101.32 | - |
| YUV | 190.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 230 | 251 | 0.64 | 0.08 | 0 | 0.02 | 187.83 | 0.95 | 0.67 |
| Hex | 5A | E6 | FB | 40 | 8 | 0 | 2 | BC | 5F | 43 |
| Octal | 132 | 346 | 373 | 100 | 10 | 0 | 2 | 274 | 137 | 103 |
| Binary | 1011010 | 11100110 | 11111011 | 1000000 | 1000 | 0 | 10 | 10111100 | 1011111 | 1000011 |
Color Harmonies of #5AE6FB
Complementary color
Monochromatic Colors of #5AE6FB
Black with #5AE6FB
Text Example
Text Example
White with #5AE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE6FB; }
p { color: rgb(90,230,251); }
H1.HeaderClassName
{
color: #5AE6FB;
}
.AnyTagClassName
{
color: #5AE6FB;
}
</style>
background-color css
<style>
a { background-color: #5AE6FB; }
a { background-color: rgb(90,230,251); }
div.DivClassName
{
background-color: #5AE6FB;
}
.BgClassName
{
background-color: #5AE6FB;
}
</style>
border-color css
<style>
span { border-color: #5AE6FB; }
span { border-color: rgb(90,230,251); }
td.TdClassName
{
border-color: #5AE6FB;
}
.TagClassName
{
border-color: #5AE6FB;
}
</style>