Shades of Turquoise Blue #55EDED
Tints of Turquoise Blue #55EDED
RGB
CMYK
RGB Variations
Color information
#55EDED (or 0x55EDED) is known color: Turquoise Blue. HEX triplet: 55, ED and ED. RGB value is (85,237,237). Sum of RGB (Red+Green+Blue) = 85+237+237=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #55EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDED is #AA1212. Grayscale: #BFBFBF. Windows color (decimal): -11145747 or 15592789. OLE color: 15592789.
HSL color Cylindrical-coordinate representation of color #55EDED: hue angle of 180º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDED is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 237 | - |
| CMYK | 0.64 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.63% | - |
| HSV(B) | 180º | 0.64% | 0.93% | - |
| XYZ | 49.32 | 68.61 | 90.77 | - |
| YUV | 191.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 237 | 0.64 | 0 | 0 | 0.07 | 180 | 0.81 | 0.63 |
| Hex | 55 | ED | ED | 40 | 0 | 0 | 7 | B4 | 51 | 3F |
| Octal | 125 | 355 | 355 | 100 | 0 | 0 | 7 | 264 | 121 | 77 |
| Binary | 1010101 | 11101101 | 11101101 | 1000000 | 0 | 0 | 111 | 10110100 | 1010001 | 111111 |
Color Harmonies of #55EDED
Complementary color
Monochromatic Colors of #55EDED
Black with #55EDED
Text Example
Text Example
White with #55EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDED; }
p { color: rgb(85,237,237); }
H1.HeaderClassName
{
color: #55EDED;
}
.AnyTagClassName
{
color: #55EDED;
}
</style>
background-color css
<style>
a { background-color: #55EDED; }
a { background-color: rgb(85,237,237); }
div.DivClassName
{
background-color: #55EDED;
}
.BgClassName
{
background-color: #55EDED;
}
</style>
border-color css
<style>
span { border-color: #55EDED; }
span { border-color: rgb(85,237,237); }
td.TdClassName
{
border-color: #55EDED;
}
.TagClassName
{
border-color: #55EDED;
}
</style>