Shades of Turquoise Blue #5BECED
Tints of Turquoise Blue #5BECED
RGB
CMYK
RGB Variations
Color information
#5BECED (or 0x5BECED) is known color: Turquoise Blue. HEX triplet: 5B, EC and ED. RGB value is (91,236,237). Sum of RGB (Red+Green+Blue) = 91+236+237=564 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.13% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECED is #A41312. Grayscale: #C0C0C0. Windows color (decimal): -10752787 or 15592539. OLE color: 15592539.
HSL color Cylindrical-coordinate representation of color #5BECED: hue angle of 180.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BECED is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 237 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.07 |
| HSL | 180.41º | 0.8% | 0.64% | - |
| HSV(B) | 180.41º | 0.62% | 0.93% | - |
| XYZ | 49.6 | 68.33 | 90.7 | - |
| YUV | 192.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 237 | 0.62 | 0.00 | 0 | 0.07 | 180.41 | 0.8 | 0.64 |
| Hex | 5B | EC | ED | 3E | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 133 | 354 | 355 | 76 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011011 | 11101100 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #5BECED
Complementary color
Monochromatic Colors of #5BECED
Black with #5BECED
Text Example
Text Example
White with #5BECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECED; }
p { color: rgb(91,236,237); }
H1.HeaderClassName
{
color: #5BECED;
}
.AnyTagClassName
{
color: #5BECED;
}
</style>
background-color css
<style>
a { background-color: #5BECED; }
a { background-color: rgb(91,236,237); }
div.DivClassName
{
background-color: #5BECED;
}
.BgClassName
{
background-color: #5BECED;
}
</style>
border-color css
<style>
span { border-color: #5BECED; }
span { border-color: rgb(91,236,237); }
td.TdClassName
{
border-color: #5BECED;
}
.TagClassName
{
border-color: #5BECED;
}
</style>