Shades of Turquoise #5BEAC7
Tints of Turquoise #5BEAC7
RGB
CMYK
RGB Variations
Color information
#5BEAC7 (or 0x5BEAC7) is known color: Turquoise. HEX triplet: 5B, EA and C7. RGB value is (91,234,199). Sum of RGB (Red+Green+Blue) = 91+234+199=524 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.37% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEAC7 is #A41538. Grayscale: #BBBBBB. Windows color (decimal): -10753337 or 13101659. OLE color: 13101659.
HSL color Cylindrical-coordinate representation of color #5BEAC7: hue angle of 165.31º 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 #5BEAC7 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 199 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.08 |
| HSL | 165.31º | 0.77% | 0.64% | - |
| HSV(B) | 165.31º | 0.61% | 0.92% | - |
| XYZ | 44.05 | 65.19 | 64.29 | - |
| YUV | 187.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 199 | 0.61 | 0 | 0.15 | 0.08 | 165.31 | 0.77 | 0.64 |
| Hex | 5B | EA | C7 | 3D | 0 | F | 8 | A5 | 4D | 40 |
| Octal | 133 | 352 | 307 | 75 | 0 | 17 | 10 | 245 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11000111 | 111101 | 0 | 1111 | 1000 | 10100101 | 1001101 | 1000000 |
Color Harmonies of #5BEAC7
Complementary color
Monochromatic Colors of #5BEAC7
Black with #5BEAC7
Text Example
Text Example
White with #5BEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAC7; }
p { color: rgb(91,234,199); }
H1.HeaderClassName
{
color: #5BEAC7;
}
.AnyTagClassName
{
color: #5BEAC7;
}
</style>
background-color css
<style>
a { background-color: #5BEAC7; }
a { background-color: rgb(91,234,199); }
div.DivClassName
{
background-color: #5BEAC7;
}
.BgClassName
{
background-color: #5BEAC7;
}
</style>
border-color css
<style>
span { border-color: #5BEAC7; }
span { border-color: rgb(91,234,199); }
td.TdClassName
{
border-color: #5BEAC7;
}
.TagClassName
{
border-color: #5BEAC7;
}
</style>