Shades of Turquoise #5BECCF
Tints of Turquoise #5BECCF
RGB
CMYK
RGB Variations
Color information
#5BECCF (or 0x5BECCF) is known color: Turquoise. HEX triplet: 5B, EC and CF. RGB value is (91,236,207). Sum of RGB (Red+Green+Blue) = 91+236+207=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECCF is #A41330. Grayscale: #BDBDBD. Windows color (decimal): -10752817 or 13626459. OLE color: 13626459.
HSL color Cylindrical-coordinate representation of color #5BECCF: hue angle of 168º 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 #5BECCF is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 207 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.07 |
| HSL | 168º | 0.79% | 0.64% | - |
| HSV(B) | 168º | 0.61% | 0.93% | - |
| XYZ | 45.57 | 66.72 | 69.51 | - |
| YUV | 189.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 207 | 0.61 | 0 | 0.12 | 0.07 | 168 | 0.79 | 0.64 |
| Hex | 5B | EC | CF | 3D | 0 | C | 7 | A8 | 4F | 40 |
| Octal | 133 | 354 | 317 | 75 | 0 | 14 | 7 | 250 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11001111 | 111101 | 0 | 1100 | 111 | 10101000 | 1001111 | 1000000 |
Color Harmonies of #5BECCF
Complementary color
Monochromatic Colors of #5BECCF
Black with #5BECCF
Text Example
Text Example
White with #5BECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECCF; }
p { color: rgb(91,236,207); }
H1.HeaderClassName
{
color: #5BECCF;
}
.AnyTagClassName
{
color: #5BECCF;
}
</style>
background-color css
<style>
a { background-color: #5BECCF; }
a { background-color: rgb(91,236,207); }
div.DivClassName
{
background-color: #5BECCF;
}
.BgClassName
{
background-color: #5BECCF;
}
</style>
border-color css
<style>
span { border-color: #5BECCF; }
span { border-color: rgb(91,236,207); }
td.TdClassName
{
border-color: #5BECCF;
}
.TagClassName
{
border-color: #5BECCF;
}
</style>