Shades of Turquoise Blue #55DDEC
Tints of Turquoise Blue #55DDEC
RGB
CMYK
RGB Variations
Color information
#55DDEC (or 0x55DDEC) is known color: Turquoise Blue. HEX triplet: 55, DD and EC. RGB value is (85,221,236). Sum of RGB (Red+Green+Blue) = 85+221+236=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #55DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDEC is #AA2213. Grayscale: #B5B5B5. Windows color (decimal): -11149844 or 15523157. OLE color: 15523157.
HSL color Cylindrical-coordinate representation of color #55DDEC: hue angle of 185.96º degrees, saturation: 0.8, 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 #55DDEC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 221 | 236 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.07 |
| HSL | 185.96º | 0.8% | 0.63% | - |
| HSV(B) | 185.96º | 0.64% | 0.93% | - |
| XYZ | 44.74 | 59.7 | 88.52 | - |
| YUV | 182.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 236 | 0.64 | 0.06 | 0 | 0.07 | 185.96 | 0.8 | 0.63 |
| Hex | 55 | DD | EC | 40 | 6 | 0 | 7 | BA | 50 | 3F |
| Octal | 125 | 335 | 354 | 100 | 6 | 0 | 7 | 272 | 120 | 77 |
| Binary | 1010101 | 11011101 | 11101100 | 1000000 | 110 | 0 | 111 | 10111010 | 1010000 | 111111 |
Color Harmonies of #55DDEC
Complementary color
Monochromatic Colors of #55DDEC
Black with #55DDEC
Text Example
Text Example
White with #55DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDEC; }
p { color: rgb(85,221,236); }
H1.HeaderClassName
{
color: #55DDEC;
}
.AnyTagClassName
{
color: #55DDEC;
}
</style>
background-color css
<style>
a { background-color: #55DDEC; }
a { background-color: rgb(85,221,236); }
div.DivClassName
{
background-color: #55DDEC;
}
.BgClassName
{
background-color: #55DDEC;
}
</style>
border-color css
<style>
span { border-color: #55DDEC; }
span { border-color: rgb(85,221,236); }
td.TdClassName
{
border-color: #55DDEC;
}
.TagClassName
{
border-color: #55DDEC;
}
</style>