Shades of Turquoise #5BECCD
Tints of Turquoise #5BECCD
RGB
CMYK
RGB Variations
Color information
#5BECCD (or 0x5BECCD) is known color: Turquoise. HEX triplet: 5B, EC and CD. RGB value is (91,236,205). Sum of RGB (Red+Green+Blue) = 91+236+205=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECCD is #A41332. Grayscale: #BDBDBD. Windows color (decimal): -10752819 or 13495387. OLE color: 13495387.
HSL color Cylindrical-coordinate representation of color #5BECCD: hue angle of 167.17º 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 #5BECCD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 205 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.07 |
| HSL | 167.17º | 0.79% | 0.64% | - |
| HSV(B) | 167.17º | 0.61% | 0.93% | - |
| XYZ | 45.33 | 66.62 | 68.23 | - |
| YUV | 189.11 | 136.96 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 205 | 0.61 | 0 | 0.13 | 0.07 | 167.17 | 0.79 | 0.64 |
| Hex | 5B | EC | CD | 3D | 0 | D | 7 | A7 | 4F | 40 |
| Octal | 133 | 354 | 315 | 75 | 0 | 15 | 7 | 247 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11001101 | 111101 | 0 | 1101 | 111 | 10100111 | 1001111 | 1000000 |
Color Harmonies of #5BECCD
Complementary color
Monochromatic Colors of #5BECCD
Black with #5BECCD
Text Example
Text Example
White with #5BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECCD; }
p { color: rgb(91,236,205); }
H1.HeaderClassName
{
color: #5BECCD;
}
.AnyTagClassName
{
color: #5BECCD;
}
</style>
background-color css
<style>
a { background-color: #5BECCD; }
a { background-color: rgb(91,236,205); }
div.DivClassName
{
background-color: #5BECCD;
}
.BgClassName
{
background-color: #5BECCD;
}
</style>
border-color css
<style>
span { border-color: #5BECCD; }
span { border-color: rgb(91,236,205); }
td.TdClassName
{
border-color: #5BECCD;
}
.TagClassName
{
border-color: #5BECCD;
}
</style>