Shades of Turquoise #5BECC8
Tints of Turquoise #5BECC8
RGB
CMYK
RGB Variations
Color information
#5BECC8 (or 0x5BECC8) is known color: Turquoise. HEX triplet: 5B, EC and C8. RGB value is (91,236,200). Sum of RGB (Red+Green+Blue) = 91+236+200=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECC8 is #A41337. Grayscale: #BCBCBC. Windows color (decimal): -10752824 or 13167707. OLE color: 13167707.
HSL color Cylindrical-coordinate representation of color #5BECC8: hue angle of 165.1º 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 #5BECC8 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 200 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.07 |
| HSL | 165.1º | 0.79% | 0.64% | - |
| HSV(B) | 165.1º | 0.61% | 0.93% | - |
| XYZ | 44.74 | 66.39 | 65.1 | - |
| YUV | 188.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 200 | 0.61 | 0 | 0.15 | 0.07 | 165.1 | 0.79 | 0.64 |
| Hex | 5B | EC | C8 | 3D | 0 | F | 7 | A5 | 4F | 40 |
| Octal | 133 | 354 | 310 | 75 | 0 | 17 | 7 | 245 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11001000 | 111101 | 0 | 1111 | 111 | 10100101 | 1001111 | 1000000 |
Color Harmonies of #5BECC8
Complementary color
Monochromatic Colors of #5BECC8
Black with #5BECC8
Text Example
Text Example
White with #5BECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECC8; }
p { color: rgb(91,236,200); }
H1.HeaderClassName
{
color: #5BECC8;
}
.AnyTagClassName
{
color: #5BECC8;
}
</style>
background-color css
<style>
a { background-color: #5BECC8; }
a { background-color: rgb(91,236,200); }
div.DivClassName
{
background-color: #5BECC8;
}
.BgClassName
{
background-color: #5BECC8;
}
</style>
border-color css
<style>
span { border-color: #5BECC8; }
span { border-color: rgb(91,236,200); }
td.TdClassName
{
border-color: #5BECC8;
}
.TagClassName
{
border-color: #5BECC8;
}
</style>