Shades of Turquoise Blue #5BECEF
Tints of Turquoise Blue #5BECEF
RGB
CMYK
RGB Variations
Color information
#5BECEF (or 0x5BECEF) is known color: Turquoise Blue. HEX triplet: 5B, EC and EF. RGB value is (91,236,239). Sum of RGB (Red+Green+Blue) = 91+236+239=566 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.08% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECEF is #A41310. Grayscale: #C0C0C0. Windows color (decimal): -10752785 or 15723611. OLE color: 15723611.
HSL color Cylindrical-coordinate representation of color #5BECEF: hue angle of 181.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BECEF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 236 | 239 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.06 |
| HSL | 181.22º | 0.82% | 0.65% | - |
| HSV(B) | 181.22º | 0.62% | 0.94% | - |
| XYZ | 49.89 | 68.45 | 92.24 | - |
| YUV | 192.99 | 153.96 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 239 | 0.62 | 0.01 | 0 | 0.06 | 181.22 | 0.82 | 0.65 |
| Hex | 5B | EC | EF | 3E | 1 | 0 | 6 | B5 | 52 | 41 |
| Octal | 133 | 354 | 357 | 76 | 1 | 0 | 6 | 265 | 122 | 101 |
| Binary | 1011011 | 11101100 | 11101111 | 111110 | 1 | 0 | 110 | 10110101 | 1010010 | 1000001 |
Color Harmonies of #5BECEF
Complementary color
Monochromatic Colors of #5BECEF
Black with #5BECEF
Text Example
Text Example
White with #5BECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECEF; }
p { color: rgb(91,236,239); }
H1.HeaderClassName
{
color: #5BECEF;
}
.AnyTagClassName
{
color: #5BECEF;
}
</style>
background-color css
<style>
a { background-color: #5BECEF; }
a { background-color: rgb(91,236,239); }
div.DivClassName
{
background-color: #5BECEF;
}
.BgClassName
{
background-color: #5BECEF;
}
</style>
border-color css
<style>
span { border-color: #5BECEF; }
span { border-color: rgb(91,236,239); }
td.TdClassName
{
border-color: #5BECEF;
}
.TagClassName
{
border-color: #5BECEF;
}
</style>