Shades of Turquoise #5BE7CF
Tints of Turquoise #5BE7CF
RGB
CMYK
RGB Variations
Color information
#5BE7CF (or 0x5BE7CF) is known color: Turquoise. HEX triplet: 5B, E7 and CF. RGB value is (91,231,207). Sum of RGB (Red+Green+Blue) = 91+231+207=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE7CF is #A41830. Grayscale: #BABABA. Windows color (decimal): -10754097 or 13625179. OLE color: 13625179.
HSL color Cylindrical-coordinate representation of color #5BE7CF: hue angle of 169.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7CF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 231 | 207 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.09 |
| HSL | 169.71º | 0.74% | 0.63% | - |
| HSV(B) | 169.71º | 0.61% | 0.91% | - |
| XYZ | 44.15 | 63.88 | 69.03 | - |
| YUV | 186.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 231 | 207 | 0.61 | 0 | 0.10 | 0.09 | 169.71 | 0.74 | 0.63 |
| Hex | 5B | E7 | CF | 3D | 0 | A | 9 | AA | 4A | 3F |
| Octal | 133 | 347 | 317 | 75 | 0 | 12 | 11 | 252 | 112 | 77 |
| Binary | 1011011 | 11100111 | 11001111 | 111101 | 0 | 1010 | 1001 | 10101010 | 1001010 | 111111 |
Color Harmonies of #5BE7CF
Complementary color
Monochromatic Colors of #5BE7CF
Black with #5BE7CF
Text Example
Text Example
White with #5BE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE7CF; }
p { color: rgb(91,231,207); }
H1.HeaderClassName
{
color: #5BE7CF;
}
.AnyTagClassName
{
color: #5BE7CF;
}
</style>
background-color css
<style>
a { background-color: #5BE7CF; }
a { background-color: rgb(91,231,207); }
div.DivClassName
{
background-color: #5BE7CF;
}
.BgClassName
{
background-color: #5BE7CF;
}
</style>
border-color css
<style>
span { border-color: #5BE7CF; }
span { border-color: rgb(91,231,207); }
td.TdClassName
{
border-color: #5BE7CF;
}
.TagClassName
{
border-color: #5BE7CF;
}
</style>