Shades of Turquoise Blue #5BEAE1
Tints of Turquoise Blue #5BEAE1
RGB
CMYK
RGB Variations
Color information
#5BEAE1 (or 0x5BEAE1) is known color: Turquoise Blue. HEX triplet: 5B, EA and E1. RGB value is (91,234,225). Sum of RGB (Red+Green+Blue) = 91+234+225=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAE1 is #A4151E. Grayscale: #BEBEBE. Windows color (decimal): -10753311 or 14805595. OLE color: 14805595.
HSL color Cylindrical-coordinate representation of color #5BEAE1: hue angle of 176.22º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAE1 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 225 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.08 |
| HSL | 176.22º | 0.77% | 0.64% | - |
| HSV(B) | 176.22º | 0.61% | 0.92% | - |
| XYZ | 47.33 | 66.51 | 81.58 | - |
| YUV | 190.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 225 | 0.61 | 0 | 0.04 | 0.08 | 176.22 | 0.77 | 0.64 |
| Hex | 5B | EA | E1 | 3D | 0 | 4 | 8 | B0 | 4D | 40 |
| Octal | 133 | 352 | 341 | 75 | 0 | 4 | 10 | 260 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11100001 | 111101 | 0 | 100 | 1000 | 10110000 | 1001101 | 1000000 |
Color Harmonies of #5BEAE1
Complementary color
Monochromatic Colors of #5BEAE1
Black with #5BEAE1
Text Example
Text Example
White with #5BEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAE1; }
p { color: rgb(91,234,225); }
H1.HeaderClassName
{
color: #5BEAE1;
}
.AnyTagClassName
{
color: #5BEAE1;
}
</style>
background-color css
<style>
a { background-color: #5BEAE1; }
a { background-color: rgb(91,234,225); }
div.DivClassName
{
background-color: #5BEAE1;
}
.BgClassName
{
background-color: #5BEAE1;
}
</style>
border-color css
<style>
span { border-color: #5BEAE1; }
span { border-color: rgb(91,234,225); }
td.TdClassName
{
border-color: #5BEAE1;
}
.TagClassName
{
border-color: #5BEAE1;
}
</style>