Shades of Turquoise Blue #55DCEC
Tints of Turquoise Blue #55DCEC
RGB
CMYK
RGB Variations
Color information
#55DCEC (or 0x55DCEC) is known color: Turquoise Blue. HEX triplet: 55, DC and EC. RGB value is (85,220,236). Sum of RGB (Red+Green+Blue) = 85+220+236=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #55DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCEC is #AA2313. Grayscale: #B5B5B5. Windows color (decimal): -11150100 or 15522901. OLE color: 15522901.
HSL color Cylindrical-coordinate representation of color #55DCEC: hue angle of 186.36º 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 #55DCEC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 220 | 236 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.07 |
| HSL | 186.36º | 0.8% | 0.63% | - |
| HSV(B) | 186.36º | 0.64% | 0.93% | - |
| XYZ | 44.48 | 59.17 | 88.43 | - |
| YUV | 181.46 | 158.77 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 236 | 0.64 | 0.07 | 0 | 0.07 | 186.36 | 0.8 | 0.63 |
| Hex | 55 | DC | EC | 40 | 7 | 0 | 7 | BA | 50 | 3F |
| Octal | 125 | 334 | 354 | 100 | 7 | 0 | 7 | 272 | 120 | 77 |
| Binary | 1010101 | 11011100 | 11101100 | 1000000 | 111 | 0 | 111 | 10111010 | 1010000 | 111111 |
Color Harmonies of #55DCEC
Complementary color
Monochromatic Colors of #55DCEC
Black with #55DCEC
Text Example
Text Example
White with #55DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCEC; }
p { color: rgb(85,220,236); }
H1.HeaderClassName
{
color: #55DCEC;
}
.AnyTagClassName
{
color: #55DCEC;
}
</style>
background-color css
<style>
a { background-color: #55DCEC; }
a { background-color: rgb(85,220,236); }
div.DivClassName
{
background-color: #55DCEC;
}
.BgClassName
{
background-color: #55DCEC;
}
</style>
border-color css
<style>
span { border-color: #55DCEC; }
span { border-color: rgb(85,220,236); }
td.TdClassName
{
border-color: #55DCEC;
}
.TagClassName
{
border-color: #55DCEC;
}
</style>