Shades of Turquoise #5BEECF
Tints of Turquoise #5BEECF
RGB
CMYK
RGB Variations
Color information
#5BEECF (or 0x5BEECF) is known color: Turquoise. HEX triplet: 5B, EE and CF. RGB value is (91,238,207). Sum of RGB (Red+Green+Blue) = 91+238+207=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEECF is #A41130. Grayscale: #BEBEBE. Windows color (decimal): -10752305 or 13626971. OLE color: 13626971.
HSL color Cylindrical-coordinate representation of color #5BEECF: hue angle of 167.35º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEECF is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 207 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.07 |
| HSL | 167.35º | 0.81% | 0.65% | - |
| HSV(B) | 167.35º | 0.62% | 0.93% | - |
| XYZ | 46.15 | 67.88 | 69.7 | - |
| YUV | 190.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 207 | 0.62 | 0 | 0.13 | 0.07 | 167.35 | 0.81 | 0.65 |
| Hex | 5B | EE | CF | 3E | 0 | D | 7 | A7 | 51 | 41 |
| Octal | 133 | 356 | 317 | 76 | 0 | 15 | 7 | 247 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11001111 | 111110 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000001 |
Color Harmonies of #5BEECF
Complementary color
Monochromatic Colors of #5BEECF
Black with #5BEECF
Text Example
Text Example
White with #5BEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEECF; }
p { color: rgb(91,238,207); }
H1.HeaderClassName
{
color: #5BEECF;
}
.AnyTagClassName
{
color: #5BEECF;
}
</style>
background-color css
<style>
a { background-color: #5BEECF; }
a { background-color: rgb(91,238,207); }
div.DivClassName
{
background-color: #5BEECF;
}
.BgClassName
{
background-color: #5BEECF;
}
</style>
border-color css
<style>
span { border-color: #5BEECF; }
span { border-color: rgb(91,238,207); }
td.TdClassName
{
border-color: #5BEECF;
}
.TagClassName
{
border-color: #5BEECF;
}
</style>