Shades of Turquoise Blue #5BE4DE
Tints of Turquoise Blue #5BE4DE
RGB
CMYK
RGB Variations
Color information
#5BE4DE (or 0x5BE4DE) is known color: Turquoise Blue. HEX triplet: 5B, E4 and DE. RGB value is (91,228,222). Sum of RGB (Red+Green+Blue) = 91+228+222=541 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.82% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #5BE4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE4DE is #A41B21. Grayscale: #BABABA. Windows color (decimal): -10754850 or 14607451. OLE color: 14607451.
HSL color Cylindrical-coordinate representation of color #5BE4DE: hue angle of 177.37º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE4DE is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 228 | 222 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.11 |
| HSL | 177.37º | 0.72% | 0.63% | - |
| HSV(B) | 177.37º | 0.6% | 0.89% | - |
| XYZ | 45.24 | 62.98 | 78.88 | - |
| YUV | 186.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 228 | 222 | 0.60 | 0 | 0.03 | 0.11 | 177.37 | 0.72 | 0.63 |
| Hex | 5B | E4 | DE | 3C | 0 | 3 | B | B1 | 48 | 3F |
| Octal | 133 | 344 | 336 | 74 | 0 | 3 | 13 | 261 | 110 | 77 |
| Binary | 1011011 | 11100100 | 11011110 | 111100 | 0 | 11 | 1011 | 10110001 | 1001000 | 111111 |
Color Harmonies of #5BE4DE
Complementary color
Monochromatic Colors of #5BE4DE
Black with #5BE4DE
Text Example
Text Example
White with #5BE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE4DE; }
p { color: rgb(91,228,222); }
H1.HeaderClassName
{
color: #5BE4DE;
}
.AnyTagClassName
{
color: #5BE4DE;
}
</style>
background-color css
<style>
a { background-color: #5BE4DE; }
a { background-color: rgb(91,228,222); }
div.DivClassName
{
background-color: #5BE4DE;
}
.BgClassName
{
background-color: #5BE4DE;
}
</style>
border-color css
<style>
span { border-color: #5BE4DE; }
span { border-color: rgb(91,228,222); }
td.TdClassName
{
border-color: #5BE4DE;
}
.TagClassName
{
border-color: #5BE4DE;
}
</style>