Shades of Turquoise #55EBDF
Tints of Turquoise #55EBDF
RGB
CMYK
RGB Variations
Color information
#55EBDF (or 0x55EBDF) is known color: Turquoise. HEX triplet: 55, EB and DF. RGB value is (85,235,223). Sum of RGB (Red+Green+Blue) = 85+235+223=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EBDF is #AA1420. Grayscale: #BCBCBC. Windows color (decimal): -11146273 or 14674773. OLE color: 14674773.
HSL color Cylindrical-coordinate representation of color #55EBDF: hue angle of 175.2º 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 #55EBDF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 223 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.08 |
| HSL | 175.2º | 0.79% | 0.63% | - |
| HSV(B) | 175.2º | 0.64% | 0.92% | - |
| XYZ | 46.77 | 66.68 | 80.22 | - |
| YUV | 188.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 223 | 0.64 | 0 | 0.05 | 0.08 | 175.2 | 0.79 | 0.63 |
| Hex | 55 | EB | DF | 40 | 0 | 5 | 8 | AF | 4F | 3F |
| Octal | 125 | 353 | 337 | 100 | 0 | 5 | 10 | 257 | 117 | 77 |
| Binary | 1010101 | 11101011 | 11011111 | 1000000 | 0 | 101 | 1000 | 10101111 | 1001111 | 111111 |
Color Harmonies of #55EBDF
Complementary color
Monochromatic Colors of #55EBDF
Black with #55EBDF
Text Example
Text Example
White with #55EBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBDF; }
p { color: rgb(85,235,223); }
H1.HeaderClassName
{
color: #55EBDF;
}
.AnyTagClassName
{
color: #55EBDF;
}
</style>
background-color css
<style>
a { background-color: #55EBDF; }
a { background-color: rgb(85,235,223); }
div.DivClassName
{
background-color: #55EBDF;
}
.BgClassName
{
background-color: #55EBDF;
}
</style>
border-color css
<style>
span { border-color: #55EBDF; }
span { border-color: rgb(85,235,223); }
td.TdClassName
{
border-color: #55EBDF;
}
.TagClassName
{
border-color: #55EBDF;
}
</style>