Shades of Turquoise Blue #5BEAE2
Tints of Turquoise Blue #5BEAE2
RGB
CMYK
RGB Variations
Color information
#5BEAE2 (or 0x5BEAE2) is known color: Turquoise Blue. HEX triplet: 5B, EA and E2. RGB value is (91,234,226). Sum of RGB (Red+Green+Blue) = 91+234+226=551 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.52% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAE2 is #A4151D. Grayscale: #BEBEBE. Windows color (decimal): -10753310 or 14871131. OLE color: 14871131.
HSL color Cylindrical-coordinate representation of color #5BEAE2: hue angle of 176.64º 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 #5BEAE2 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 226 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.08 |
| HSL | 176.64º | 0.77% | 0.64% | - |
| HSV(B) | 176.64º | 0.61% | 0.92% | - |
| XYZ | 47.46 | 66.56 | 82.3 | - |
| YUV | 190.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 226 | 0.61 | 0 | 0.03 | 0.08 | 176.64 | 0.77 | 0.64 |
| Hex | 5B | EA | E2 | 3D | 0 | 3 | 8 | B1 | 4D | 40 |
| Octal | 133 | 352 | 342 | 75 | 0 | 3 | 10 | 261 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11100010 | 111101 | 0 | 11 | 1000 | 10110001 | 1001101 | 1000000 |
Color Harmonies of #5BEAE2
Complementary color
Monochromatic Colors of #5BEAE2
Black with #5BEAE2
Text Example
Text Example
White with #5BEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAE2; }
p { color: rgb(91,234,226); }
H1.HeaderClassName
{
color: #5BEAE2;
}
.AnyTagClassName
{
color: #5BEAE2;
}
</style>
background-color css
<style>
a { background-color: #5BEAE2; }
a { background-color: rgb(91,234,226); }
div.DivClassName
{
background-color: #5BEAE2;
}
.BgClassName
{
background-color: #5BEAE2;
}
</style>
border-color css
<style>
span { border-color: #5BEAE2; }
span { border-color: rgb(91,234,226); }
td.TdClassName
{
border-color: #5BEAE2;
}
.TagClassName
{
border-color: #5BEAE2;
}
</style>