Shades of Turquoise #5BEECE
Tints of Turquoise #5BEECE
RGB
CMYK
RGB Variations
Color information
#5BEECE (or 0x5BEECE) is known color: Turquoise. HEX triplet: 5B, EE and CE. RGB value is (91,238,206). Sum of RGB (Red+Green+Blue) = 91+238+206=535 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.01% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEECE is #A41131. Grayscale: #BEBEBE. Windows color (decimal): -10752306 or 13561435. OLE color: 13561435.
HSL color Cylindrical-coordinate representation of color #5BEECE: hue angle of 166.94º 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 #5BEECE is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 206 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.07 |
| HSL | 166.94º | 0.81% | 0.65% | - |
| HSV(B) | 166.94º | 0.62% | 0.93% | - |
| XYZ | 46.03 | 67.83 | 69.06 | - |
| YUV | 190.4 | 136.8 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 206 | 0.62 | 0 | 0.13 | 0.07 | 166.94 | 0.81 | 0.65 |
| Hex | 5B | EE | CE | 3E | 0 | D | 7 | A7 | 51 | 41 |
| Octal | 133 | 356 | 316 | 76 | 0 | 15 | 7 | 247 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11001110 | 111110 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000001 |
Color Harmonies of #5BEECE
Complementary color
Monochromatic Colors of #5BEECE
Black with #5BEECE
Text Example
Text Example
White with #5BEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEECE; }
p { color: rgb(91,238,206); }
H1.HeaderClassName
{
color: #5BEECE;
}
.AnyTagClassName
{
color: #5BEECE;
}
</style>
background-color css
<style>
a { background-color: #5BEECE; }
a { background-color: rgb(91,238,206); }
div.DivClassName
{
background-color: #5BEECE;
}
.BgClassName
{
background-color: #5BEECE;
}
</style>
border-color css
<style>
span { border-color: #5BEECE; }
span { border-color: rgb(91,238,206); }
td.TdClassName
{
border-color: #5BEECE;
}
.TagClassName
{
border-color: #5BEECE;
}
</style>