Shades of Turquoise #5BEAD6
Tints of Turquoise #5BEAD6
RGB
CMYK
RGB Variations
Color information
#5BEAD6 (or 0x5BEAD6) is known color: Turquoise. HEX triplet: 5B, EA and D6. RGB value is (91,234,214). Sum of RGB (Red+Green+Blue) = 91+234+214=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAD6 is #A41529. Grayscale: #BCBCBC. Windows color (decimal): -10753322 or 14084699. OLE color: 14084699.
HSL color Cylindrical-coordinate representation of color #5BEAD6: hue angle of 171.61º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEAD6 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 214 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.08 |
| HSL | 171.61º | 0.77% | 0.64% | - |
| HSV(B) | 171.61º | 0.61% | 0.92% | - |
| XYZ | 45.87 | 65.92 | 73.93 | - |
| YUV | 188.96 | 142.12 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 214 | 0.61 | 0 | 0.09 | 0.08 | 171.61 | 0.77 | 0.64 |
| Hex | 5B | EA | D6 | 3D | 0 | 9 | 8 | AC | 4D | 40 |
| Octal | 133 | 352 | 326 | 75 | 0 | 11 | 10 | 254 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11010110 | 111101 | 0 | 1001 | 1000 | 10101100 | 1001101 | 1000000 |
Color Harmonies of #5BEAD6
Complementary color
Monochromatic Colors of #5BEAD6
Black with #5BEAD6
Text Example
Text Example
White with #5BEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAD6; }
p { color: rgb(91,234,214); }
H1.HeaderClassName
{
color: #5BEAD6;
}
.AnyTagClassName
{
color: #5BEAD6;
}
</style>
background-color css
<style>
a { background-color: #5BEAD6; }
a { background-color: rgb(91,234,214); }
div.DivClassName
{
background-color: #5BEAD6;
}
.BgClassName
{
background-color: #5BEAD6;
}
</style>
border-color css
<style>
span { border-color: #5BEAD6; }
span { border-color: rgb(91,234,214); }
td.TdClassName
{
border-color: #5BEAD6;
}
.TagClassName
{
border-color: #5BEAD6;
}
</style>