Shades of Turquoise #5BE6CF
Tints of Turquoise #5BE6CF
RGB
CMYK
RGB Variations
Color information
#5BE6CF (or 0x5BE6CF) is known color: Turquoise. HEX triplet: 5B, E6 and CF. RGB value is (91,230,207). Sum of RGB (Red+Green+Blue) = 91+230+207=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE6CF is #A41930. Grayscale: #B9B9B9. Windows color (decimal): -10754353 or 13624923. OLE color: 13624923.
HSL color Cylindrical-coordinate representation of color #5BE6CF: hue angle of 170.07º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE6CF is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 207 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.10 |
| HSL | 170.07º | 0.74% | 0.63% | - |
| HSV(B) | 170.07º | 0.6% | 0.9% | - |
| XYZ | 43.87 | 63.32 | 68.94 | - |
| YUV | 185.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 207 | 0.60 | 0 | 0.10 | 0.10 | 170.07 | 0.74 | 0.63 |
| Hex | 5B | E6 | CF | 3C | 0 | A | A | AA | 4A | 3F |
| Octal | 133 | 346 | 317 | 74 | 0 | 12 | 12 | 252 | 112 | 77 |
| Binary | 1011011 | 11100110 | 11001111 | 111100 | 0 | 1010 | 1010 | 10101010 | 1001010 | 111111 |
Color Harmonies of #5BE6CF
Complementary color
Monochromatic Colors of #5BE6CF
Black with #5BE6CF
Text Example
Text Example
White with #5BE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6CF; }
p { color: rgb(91,230,207); }
H1.HeaderClassName
{
color: #5BE6CF;
}
.AnyTagClassName
{
color: #5BE6CF;
}
</style>
background-color css
<style>
a { background-color: #5BE6CF; }
a { background-color: rgb(91,230,207); }
div.DivClassName
{
background-color: #5BE6CF;
}
.BgClassName
{
background-color: #5BE6CF;
}
</style>
border-color css
<style>
span { border-color: #5BE6CF; }
span { border-color: rgb(91,230,207); }
td.TdClassName
{
border-color: #5BE6CF;
}
.TagClassName
{
border-color: #5BE6CF;
}
</style>