Shades of Turquoise Blue #55DBEC
Tints of Turquoise Blue #55DBEC
RGB
CMYK
RGB Variations
Color information
#55DBEC (or 0x55DBEC) is known color: Turquoise Blue. HEX triplet: 55, DB and EC. RGB value is (85,219,236). Sum of RGB (Red+Green+Blue) = 85+219+236=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #55DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DBEC is #AA2413. Grayscale: #B4B4B4. Windows color (decimal): -11150356 or 15522645. OLE color: 15522645.
HSL color Cylindrical-coordinate representation of color #55DBEC: hue angle of 186.75º 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 #55DBEC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 219 | 236 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.07 |
| HSL | 186.76º | 0.8% | 0.63% | - |
| HSV(B) | 186.76º | 0.64% | 0.93% | - |
| XYZ | 44.22 | 58.65 | 88.35 | - |
| YUV | 180.87 | 159.11 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 236 | 0.64 | 0.07 | 0 | 0.07 | 186.76 | 0.8 | 0.63 |
| Hex | 55 | DB | EC | 40 | 7 | 0 | 7 | BB | 50 | 3F |
| Octal | 125 | 333 | 354 | 100 | 7 | 0 | 7 | 273 | 120 | 77 |
| Binary | 1010101 | 11011011 | 11101100 | 1000000 | 111 | 0 | 111 | 10111011 | 1010000 | 111111 |
Color Harmonies of #55DBEC
Complementary color
Monochromatic Colors of #55DBEC
Black with #55DBEC
Text Example
Text Example
White with #55DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBEC; }
p { color: rgb(85,219,236); }
H1.HeaderClassName
{
color: #55DBEC;
}
.AnyTagClassName
{
color: #55DBEC;
}
</style>
background-color css
<style>
a { background-color: #55DBEC; }
a { background-color: rgb(85,219,236); }
div.DivClassName
{
background-color: #55DBEC;
}
.BgClassName
{
background-color: #55DBEC;
}
</style>
border-color css
<style>
span { border-color: #55DBEC; }
span { border-color: rgb(85,219,236); }
td.TdClassName
{
border-color: #55DBEC;
}
.TagClassName
{
border-color: #55DBEC;
}
</style>