Shades of Turquoise #55EBE3
Tints of Turquoise #55EBE3
RGB
CMYK
RGB Variations
Color information
#55EBE3 (or 0x55EBE3) is known color: Turquoise. HEX triplet: 55, EB and E3. RGB value is (85,235,227). Sum of RGB (Red+Green+Blue) = 85+235+227=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBE3 is #AA141C. Grayscale: #BDBDBD. Windows color (decimal): -11146269 or 14936917. OLE color: 14936917.
HSL color Cylindrical-coordinate representation of color #55EBE3: hue angle of 176.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBE3 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 227 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.08 |
| HSL | 176.8º | 0.79% | 0.63% | - |
| HSV(B) | 176.8º | 0.64% | 0.92% | - |
| XYZ | 47.32 | 66.89 | 83.09 | - |
| YUV | 189.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 227 | 0.64 | 0 | 0.03 | 0.08 | 176.8 | 0.79 | 0.63 |
| Hex | 55 | EB | E3 | 40 | 0 | 3 | 8 | B1 | 4F | 3F |
| Octal | 125 | 353 | 343 | 100 | 0 | 3 | 10 | 261 | 117 | 77 |
| Binary | 1010101 | 11101011 | 11100011 | 1000000 | 0 | 11 | 1000 | 10110001 | 1001111 | 111111 |
Color Harmonies of #55EBE3
Complementary color
Monochromatic Colors of #55EBE3
Black with #55EBE3
Text Example
Text Example
White with #55EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBE3; }
p { color: rgb(85,235,227); }
H1.HeaderClassName
{
color: #55EBE3;
}
.AnyTagClassName
{
color: #55EBE3;
}
</style>
background-color css
<style>
a { background-color: #55EBE3; }
a { background-color: rgb(85,235,227); }
div.DivClassName
{
background-color: #55EBE3;
}
.BgClassName
{
background-color: #55EBE3;
}
</style>
border-color css
<style>
span { border-color: #55EBE3; }
span { border-color: rgb(85,235,227); }
td.TdClassName
{
border-color: #55EBE3;
}
.TagClassName
{
border-color: #55EBE3;
}
</style>