Shades of Turquoise #5BECDB
Tints of Turquoise #5BECDB
RGB
CMYK
RGB Variations
Color information
#5BECDB (or 0x5BECDB) is known color: Turquoise. HEX triplet: 5B, EC and DB. RGB value is (91,236,219). Sum of RGB (Red+Green+Blue) = 91+236+219=546 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.67% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECDB is #A41324. Grayscale: #BEBEBE. Windows color (decimal): -10752805 or 14412891. OLE color: 14412891.
HSL color Cylindrical-coordinate representation of color #5BECDB: hue angle of 172.97º 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 #5BECDB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 219 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.07 |
| HSL | 172.97º | 0.79% | 0.64% | - |
| HSV(B) | 172.97º | 0.61% | 0.93% | - |
| XYZ | 47.1 | 67.33 | 77.53 | - |
| YUV | 190.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 219 | 0.61 | 0 | 0.07 | 0.07 | 172.97 | 0.79 | 0.64 |
| Hex | 5B | EC | DB | 3D | 0 | 7 | 7 | AD | 4F | 40 |
| Octal | 133 | 354 | 333 | 75 | 0 | 7 | 7 | 255 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11011011 | 111101 | 0 | 111 | 111 | 10101101 | 1001111 | 1000000 |
Color Harmonies of #5BECDB
Complementary color
Monochromatic Colors of #5BECDB
Black with #5BECDB
Text Example
Text Example
White with #5BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECDB; }
p { color: rgb(91,236,219); }
H1.HeaderClassName
{
color: #5BECDB;
}
.AnyTagClassName
{
color: #5BECDB;
}
</style>
background-color css
<style>
a { background-color: #5BECDB; }
a { background-color: rgb(91,236,219); }
div.DivClassName
{
background-color: #5BECDB;
}
.BgClassName
{
background-color: #5BECDB;
}
</style>
border-color css
<style>
span { border-color: #5BECDB; }
span { border-color: rgb(91,236,219); }
td.TdClassName
{
border-color: #5BECDB;
}
.TagClassName
{
border-color: #5BECDB;
}
</style>