Shades of Turquoise #5BECCC
Tints of Turquoise #5BECCC
RGB
CMYK
RGB Variations
Color information
#5BECCC (or 0x5BECCC) is known color: Turquoise. HEX triplet: 5B, EC and CC. RGB value is (91,236,204). Sum of RGB (Red+Green+Blue) = 91+236+204=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECCC is #A41333. Grayscale: #BCBCBC. Windows color (decimal): -10752820 or 13429851. OLE color: 13429851.
HSL color Cylindrical-coordinate representation of color #5BECCC: hue angle of 166.76º 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 #5BECCC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 204 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.76º | 0.79% | 0.64% | - |
| HSV(B) | 166.76º | 0.61% | 0.93% | - |
| XYZ | 45.21 | 66.57 | 67.59 | - |
| YUV | 189 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 204 | 0.61 | 0 | 0.14 | 0.07 | 166.76 | 0.79 | 0.64 |
| Hex | 5B | EC | CC | 3D | 0 | E | 7 | A7 | 4F | 40 |
| Octal | 133 | 354 | 314 | 75 | 0 | 16 | 7 | 247 | 117 | 100 |
| Binary | 1011011 | 11101100 | 11001100 | 111101 | 0 | 1110 | 111 | 10100111 | 1001111 | 1000000 |
Color Harmonies of #5BECCC
Complementary color
Monochromatic Colors of #5BECCC
Black with #5BECCC
Text Example
Text Example
White with #5BECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECCC; }
p { color: rgb(91,236,204); }
H1.HeaderClassName
{
color: #5BECCC;
}
.AnyTagClassName
{
color: #5BECCC;
}
</style>
background-color css
<style>
a { background-color: #5BECCC; }
a { background-color: rgb(91,236,204); }
div.DivClassName
{
background-color: #5BECCC;
}
.BgClassName
{
background-color: #5BECCC;
}
</style>
border-color css
<style>
span { border-color: #5BECCC; }
span { border-color: rgb(91,236,204); }
td.TdClassName
{
border-color: #5BECCC;
}
.TagClassName
{
border-color: #5BECCC;
}
</style>