Shades of Turquoise #5BEACE
Tints of Turquoise #5BEACE
RGB
CMYK
RGB Variations
Color information
#5BEACE (or 0x5BEACE) is known color: Turquoise. HEX triplet: 5B, EA and CE. RGB value is (91,234,206). Sum of RGB (Red+Green+Blue) = 91+234+206=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEACE is #A41531. Grayscale: #BCBCBC. Windows color (decimal): -10753330 or 13560411. OLE color: 13560411.
HSL color Cylindrical-coordinate representation of color #5BEACE: hue angle of 168.25º 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 #5BEACE is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 206 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.08 |
| HSL | 168.25º | 0.77% | 0.64% | - |
| HSV(B) | 168.25º | 0.61% | 0.92% | - |
| XYZ | 44.88 | 65.53 | 68.68 | - |
| YUV | 188.05 | 138.12 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 206 | 0.61 | 0 | 0.12 | 0.08 | 168.25 | 0.77 | 0.64 |
| Hex | 5B | EA | CE | 3D | 0 | C | 8 | A8 | 4D | 40 |
| Octal | 133 | 352 | 316 | 75 | 0 | 14 | 10 | 250 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11001110 | 111101 | 0 | 1100 | 1000 | 10101000 | 1001101 | 1000000 |
Color Harmonies of #5BEACE
Complementary color
Monochromatic Colors of #5BEACE
Black with #5BEACE
Text Example
Text Example
White with #5BEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEACE; }
p { color: rgb(91,234,206); }
H1.HeaderClassName
{
color: #5BEACE;
}
.AnyTagClassName
{
color: #5BEACE;
}
</style>
background-color css
<style>
a { background-color: #5BEACE; }
a { background-color: rgb(91,234,206); }
div.DivClassName
{
background-color: #5BEACE;
}
.BgClassName
{
background-color: #5BEACE;
}
</style>
border-color css
<style>
span { border-color: #5BEACE; }
span { border-color: rgb(91,234,206); }
td.TdClassName
{
border-color: #5BEACE;
}
.TagClassName
{
border-color: #5BEACE;
}
</style>