Shades of Turquoise #55EFBC
Tints of Turquoise #55EFBC
RGB
CMYK
RGB Variations
Color information
#55EFBC (or 0x55EFBC) is known color: Turquoise. HEX triplet: 55, EF and BC. RGB value is (85,239,188). Sum of RGB (Red+Green+Blue) = 85+239+188=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFBC is #AA1043. Grayscale: #BBBBBB. Windows color (decimal): -11145284 or 12382037. OLE color: 12382037.
HSL color Cylindrical-coordinate representation of color #55EFBC: hue angle of 160.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFBC is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 188 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.06 |
| HSL | 160.13º | 0.83% | 0.64% | - |
| HSV(B) | 160.13º | 0.64% | 0.94% | - |
| XYZ | 43.69 | 67.3 | 58.26 | - |
| YUV | 187.14 | 128.48 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 188 | 0.64 | 0 | 0.21 | 0.06 | 160.13 | 0.83 | 0.64 |
| Hex | 55 | EF | BC | 40 | 0 | 15 | 6 | A0 | 53 | 40 |
| Octal | 125 | 357 | 274 | 100 | 0 | 25 | 6 | 240 | 123 | 100 |
| Binary | 1010101 | 11101111 | 10111100 | 1000000 | 0 | 10101 | 110 | 10100000 | 1010011 | 1000000 |
Color Harmonies of #55EFBC
Complementary color
Monochromatic Colors of #55EFBC
Black with #55EFBC
Text Example
Text Example
White with #55EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFBC; }
p { color: rgb(85,239,188); }
H1.HeaderClassName
{
color: #55EFBC;
}
.AnyTagClassName
{
color: #55EFBC;
}
</style>
background-color css
<style>
a { background-color: #55EFBC; }
a { background-color: rgb(85,239,188); }
div.DivClassName
{
background-color: #55EFBC;
}
.BgClassName
{
background-color: #55EFBC;
}
</style>
border-color css
<style>
span { border-color: #55EFBC; }
span { border-color: rgb(85,239,188); }
td.TdClassName
{
border-color: #55EFBC;
}
.TagClassName
{
border-color: #55EFBC;
}
</style>