Shades of Turquoise Blue #5BE4FD
Tints of Turquoise Blue #5BE4FD
RGB
CMYK
RGB Variations
Color information
#5BE4FD (or 0x5BE4FD) is known color: Turquoise Blue. HEX triplet: 5B, E4 and FD. RGB value is (91,228,253). Sum of RGB (Red+Green+Blue) = 91+228+253=572 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.91% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BE4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BE4FD is #A41B02. Grayscale: #BDBDBD. Windows color (decimal): -10754819 or 16639067. OLE color: 16639067.
HSL color Cylindrical-coordinate representation of color #5BE4FD: hue angle of 189.26º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BE4FD is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 228 | 253 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.01 |
| HSL | 189.26º | 0.98% | 0.67% | - |
| HSV(B) | 189.26º | 0.64% | 0.99% | - |
| XYZ | 49.79 | 64.8 | 102.81 | - |
| YUV | 189.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 228 | 253 | 0.64 | 0.10 | 0 | 0.01 | 189.26 | 0.98 | 0.67 |
| Hex | 5B | E4 | FD | 40 | A | 0 | 1 | BD | 62 | 43 |
| Octal | 133 | 344 | 375 | 100 | 12 | 0 | 1 | 275 | 142 | 103 |
| Binary | 1011011 | 11100100 | 11111101 | 1000000 | 1010 | 0 | 1 | 10111101 | 1100010 | 1000011 |
Color Harmonies of #5BE4FD
Complementary color
Monochromatic Colors of #5BE4FD
Black with #5BE4FD
Text Example
Text Example
White with #5BE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE4FD; }
p { color: rgb(91,228,253); }
H1.HeaderClassName
{
color: #5BE4FD;
}
.AnyTagClassName
{
color: #5BE4FD;
}
</style>
background-color css
<style>
a { background-color: #5BE4FD; }
a { background-color: rgb(91,228,253); }
div.DivClassName
{
background-color: #5BE4FD;
}
.BgClassName
{
background-color: #5BE4FD;
}
</style>
border-color css
<style>
span { border-color: #5BE4FD; }
span { border-color: rgb(91,228,253); }
td.TdClassName
{
border-color: #5BE4FD;
}
.TagClassName
{
border-color: #5BE4FD;
}
</style>