Shades of Turquoise Blue #5BEAEC
Tints of Turquoise Blue #5BEAEC
RGB
CMYK
RGB Variations
Color information
#5BEAEC (or 0x5BEAEC) is known color: Turquoise Blue. HEX triplet: 5B, EA and EC. RGB value is (91,234,236). Sum of RGB (Red+Green+Blue) = 91+234+236=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BEAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAEC is #A41513. Grayscale: #BFBFBF. Windows color (decimal): -10753300 or 15526491. OLE color: 15526491.
HSL color Cylindrical-coordinate representation of color #5BEAEC: hue angle of 180.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAEC is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 234 | 236 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.07 |
| HSL | 180.83º | 0.79% | 0.64% | - |
| HSV(B) | 180.83º | 0.61% | 0.93% | - |
| XYZ | 48.88 | 67.13 | 89.74 | - |
| YUV | 191.47 | 153.12 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 236 | 0.61 | 0.01 | 0 | 0.07 | 180.83 | 0.79 | 0.64 |
| Hex | 5B | EA | EC | 3D | 1 | 0 | 7 | B5 | 4F | 40 |
| Octal | 133 | 352 | 354 | 75 | 1 | 0 | 7 | 265 | 117 | 100 |
| Binary | 1011011 | 11101010 | 11101100 | 111101 | 1 | 0 | 111 | 10110101 | 1001111 | 1000000 |
Color Harmonies of #5BEAEC
Complementary color
Monochromatic Colors of #5BEAEC
Black with #5BEAEC
Text Example
Text Example
White with #5BEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAEC; }
p { color: rgb(91,234,236); }
H1.HeaderClassName
{
color: #5BEAEC;
}
.AnyTagClassName
{
color: #5BEAEC;
}
</style>
background-color css
<style>
a { background-color: #5BEAEC; }
a { background-color: rgb(91,234,236); }
div.DivClassName
{
background-color: #5BEAEC;
}
.BgClassName
{
background-color: #5BEAEC;
}
</style>
border-color css
<style>
span { border-color: #5BEAEC; }
span { border-color: rgb(91,234,236); }
td.TdClassName
{
border-color: #5BEAEC;
}
.TagClassName
{
border-color: #5BEAEC;
}
</style>