Shades of Turquoise Blue #5BE5DF
Tints of Turquoise Blue #5BE5DF
RGB
CMYK
RGB Variations
Color information
#5BE5DF (or 0x5BE5DF) is known color: Turquoise Blue. HEX triplet: 5B, E5 and DF. RGB value is (91,229,223). Sum of RGB (Red+Green+Blue) = 91+229+223=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #5BE5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE5DF is #A41A20. Grayscale: #BABABA. Windows color (decimal): -10754593 or 14673243. OLE color: 14673243.
HSL color Cylindrical-coordinate representation of color #5BE5DF: hue angle of 177.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE5DF is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 229 | 223 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.10 |
| HSL | 177.39º | 0.73% | 0.63% | - |
| HSV(B) | 177.39º | 0.6% | 0.9% | - |
| XYZ | 45.65 | 63.59 | 79.68 | - |
| YUV | 187.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 229 | 223 | 0.60 | 0 | 0.03 | 0.10 | 177.39 | 0.73 | 0.63 |
| Hex | 5B | E5 | DF | 3C | 0 | 3 | A | B1 | 49 | 3F |
| Octal | 133 | 345 | 337 | 74 | 0 | 3 | 12 | 261 | 111 | 77 |
| Binary | 1011011 | 11100101 | 11011111 | 111100 | 0 | 11 | 1010 | 10110001 | 1001001 | 111111 |
Color Harmonies of #5BE5DF
Complementary color
Monochromatic Colors of #5BE5DF
Black with #5BE5DF
Text Example
Text Example
White with #5BE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE5DF; }
p { color: rgb(91,229,223); }
H1.HeaderClassName
{
color: #5BE5DF;
}
.AnyTagClassName
{
color: #5BE5DF;
}
</style>
background-color css
<style>
a { background-color: #5BE5DF; }
a { background-color: rgb(91,229,223); }
div.DivClassName
{
background-color: #5BE5DF;
}
.BgClassName
{
background-color: #5BE5DF;
}
</style>
border-color css
<style>
span { border-color: #5BE5DF; }
span { border-color: rgb(91,229,223); }
td.TdClassName
{
border-color: #5BE5DF;
}
.TagClassName
{
border-color: #5BE5DF;
}
</style>