Shades of Turquoise #5BE6CB
Tints of Turquoise #5BE6CB
RGB
CMYK
RGB Variations
Color information
#5BE6CB (or 0x5BE6CB) is known color: Turquoise. HEX triplet: 5B, E6 and CB. RGB value is (91,230,203). Sum of RGB (Red+Green+Blue) = 91+230+203=524 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.37% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE6CB is #A41934. Grayscale: #B9B9B9. Windows color (decimal): -10754357 or 13362779. OLE color: 13362779.
HSL color Cylindrical-coordinate representation of color #5BE6CB: hue angle of 168.35º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE6CB is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 203 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.10 |
| HSL | 168.35º | 0.74% | 0.63% | - |
| HSV(B) | 168.35º | 0.6% | 0.9% | - |
| XYZ | 43.39 | 63.13 | 66.4 | - |
| YUV | 185.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 203 | 0.60 | 0 | 0.12 | 0.10 | 168.35 | 0.74 | 0.63 |
| Hex | 5B | E6 | CB | 3C | 0 | C | A | A8 | 4A | 3F |
| Octal | 133 | 346 | 313 | 74 | 0 | 14 | 12 | 250 | 112 | 77 |
| Binary | 1011011 | 11100110 | 11001011 | 111100 | 0 | 1100 | 1010 | 10101000 | 1001010 | 111111 |
Color Harmonies of #5BE6CB
Complementary color
Monochromatic Colors of #5BE6CB
Black with #5BE6CB
Text Example
Text Example
White with #5BE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6CB; }
p { color: rgb(91,230,203); }
H1.HeaderClassName
{
color: #5BE6CB;
}
.AnyTagClassName
{
color: #5BE6CB;
}
</style>
background-color css
<style>
a { background-color: #5BE6CB; }
a { background-color: rgb(91,230,203); }
div.DivClassName
{
background-color: #5BE6CB;
}
.BgClassName
{
background-color: #5BE6CB;
}
</style>
border-color css
<style>
span { border-color: #5BE6CB; }
span { border-color: rgb(91,230,203); }
td.TdClassName
{
border-color: #5BE6CB;
}
.TagClassName
{
border-color: #5BE6CB;
}
</style>