Shades of Turquoise Blue #5BE9E5
Tints of Turquoise Blue #5BE9E5
RGB
CMYK
RGB Variations
Color information
#5BE9E5 (or 0x5BE9E5) is known color: Turquoise Blue. HEX triplet: 5B, E9 and E5. RGB value is (91,233,229). Sum of RGB (Red+Green+Blue) = 91+233+229=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #5BE9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE9E5 is #A4161A. Grayscale: #BDBDBD. Windows color (decimal): -10753563 or 15067483. OLE color: 15067483.
HSL color Cylindrical-coordinate representation of color #5BE9E5: hue angle of 178.31º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE9E5 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 233 | 229 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.09 |
| HSL | 178.31º | 0.76% | 0.64% | - |
| HSV(B) | 178.31º | 0.61% | 0.91% | - |
| XYZ | 47.6 | 66.16 | 84.39 | - |
| YUV | 190.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 233 | 229 | 0.61 | 0 | 0.02 | 0.09 | 178.31 | 0.76 | 0.64 |
| Hex | 5B | E9 | E5 | 3D | 0 | 2 | 9 | B2 | 4C | 40 |
| Octal | 133 | 351 | 345 | 75 | 0 | 2 | 11 | 262 | 114 | 100 |
| Binary | 1011011 | 11101001 | 11100101 | 111101 | 0 | 10 | 1001 | 10110010 | 1001100 | 1000000 |
Color Harmonies of #5BE9E5
Complementary color
Monochromatic Colors of #5BE9E5
Black with #5BE9E5
Text Example
Text Example
White with #5BE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE9E5; }
p { color: rgb(91,233,229); }
H1.HeaderClassName
{
color: #5BE9E5;
}
.AnyTagClassName
{
color: #5BE9E5;
}
</style>
background-color css
<style>
a { background-color: #5BE9E5; }
a { background-color: rgb(91,233,229); }
div.DivClassName
{
background-color: #5BE9E5;
}
.BgClassName
{
background-color: #5BE9E5;
}
</style>
border-color css
<style>
span { border-color: #5BE9E5; }
span { border-color: rgb(91,233,229); }
td.TdClassName
{
border-color: #5BE9E5;
}
.TagClassName
{
border-color: #5BE9E5;
}
</style>