Shades of Turquoise Blue #5BEAE0
Tints of Turquoise Blue #5BEAE0
RGB
CMYK
RGB Variations
Color information
#5BEAE0 (or 0x5BEAE0) is known color: Turquoise Blue. HEX triplet: 5B, EA and E0. RGB value is (91,234,224). Sum of RGB (Red+Green+Blue) = 91+234+224=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAE0 is #A4151F. Grayscale: #BEBEBE. Windows color (decimal): -10753312 or 14740059. OLE color: 14740059.
HSL color Cylindrical-coordinate representation of color #5BEAE0: hue angle of 175.8º 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 #5BEAE0 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 224 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.08 |
| HSL | 175.8º | 0.77% | 0.64% | - |
| HSV(B) | 175.8º | 0.61% | 0.92% | - |
| XYZ | 47.19 | 66.45 | 80.86 | - |
| YUV | 190.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 224 | 0.61 | 0 | 0.04 | 0.08 | 175.8 | 0.77 | 0.64 |
| Hex | 5B | EA | E0 | 3D | 0 | 4 | 8 | B0 | 4D | 40 |
| Octal | 133 | 352 | 340 | 75 | 0 | 4 | 10 | 260 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11100000 | 111101 | 0 | 100 | 1000 | 10110000 | 1001101 | 1000000 |
Color Harmonies of #5BEAE0
Complementary color
Monochromatic Colors of #5BEAE0
Black with #5BEAE0
Text Example
Text Example
White with #5BEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAE0; }
p { color: rgb(91,234,224); }
H1.HeaderClassName
{
color: #5BEAE0;
}
.AnyTagClassName
{
color: #5BEAE0;
}
</style>
background-color css
<style>
a { background-color: #5BEAE0; }
a { background-color: rgb(91,234,224); }
div.DivClassName
{
background-color: #5BEAE0;
}
.BgClassName
{
background-color: #5BEAE0;
}
</style>
border-color css
<style>
span { border-color: #5BEAE0; }
span { border-color: rgb(91,234,224); }
td.TdClassName
{
border-color: #5BEAE0;
}
.TagClassName
{
border-color: #5BEAE0;
}
</style>