Shades of Turquoise Blue #5BE9FA
Tints of Turquoise Blue #5BE9FA
RGB
CMYK
RGB Variations
Color information
#5BE9FA (or 0x5BE9FA) is known color: Turquoise Blue. HEX triplet: 5B, E9 and FA. RGB value is (91,233,250). Sum of RGB (Red+Green+Blue) = 91+233+250=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BE9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE9FA is #A41605. Grayscale: #C0C0C0. Windows color (decimal): -10753542 or 16443739. OLE color: 16443739.
HSL color Cylindrical-coordinate representation of color #5BE9FA: hue angle of 186.42º 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 #5BE9FA is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 233 | 250 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.02 |
| HSL | 186.42º | 0.94% | 0.67% | - |
| HSV(B) | 186.42º | 0.64% | 0.98% | - |
| XYZ | 50.71 | 67.4 | 100.78 | - |
| YUV | 192.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 233 | 250 | 0.64 | 0.07 | 0 | 0.02 | 186.42 | 0.94 | 0.67 |
| Hex | 5B | E9 | FA | 40 | 7 | 0 | 2 | BA | 5E | 43 |
| Octal | 133 | 351 | 372 | 100 | 7 | 0 | 2 | 272 | 136 | 103 |
| Binary | 1011011 | 11101001 | 11111010 | 1000000 | 111 | 0 | 10 | 10111010 | 1011110 | 1000011 |
Color Harmonies of #5BE9FA
Complementary color
Monochromatic Colors of #5BE9FA
Black with #5BE9FA
Text Example
Text Example
White with #5BE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE9FA; }
p { color: rgb(91,233,250); }
H1.HeaderClassName
{
color: #5BE9FA;
}
.AnyTagClassName
{
color: #5BE9FA;
}
</style>
background-color css
<style>
a { background-color: #5BE9FA; }
a { background-color: rgb(91,233,250); }
div.DivClassName
{
background-color: #5BE9FA;
}
.BgClassName
{
background-color: #5BE9FA;
}
</style>
border-color css
<style>
span { border-color: #5BE9FA; }
span { border-color: rgb(91,233,250); }
td.TdClassName
{
border-color: #5BE9FA;
}
.TagClassName
{
border-color: #5BE9FA;
}
</style>