Shades of Turquoise Blue #55DCEA
Tints of Turquoise Blue #55DCEA
RGB
CMYK
RGB Variations
Color information
#55DCEA (or 0x55DCEA) is known color: Turquoise Blue. HEX triplet: 55, DC and EA. RGB value is (85,220,234). Sum of RGB (Red+Green+Blue) = 85+220+234=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #55DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCEA is #AA2315. Grayscale: #B5B5B5. Windows color (decimal): -11150102 or 15391829. OLE color: 15391829.
HSL color Cylindrical-coordinate representation of color #55DCEA: hue angle of 185.64º degrees, saturation: 0.78, 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 #55DCEA is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 220 | 234 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.08 |
| HSL | 185.64º | 0.78% | 0.63% | - |
| HSV(B) | 185.64º | 0.64% | 0.92% | - |
| XYZ | 44.19 | 59.06 | 86.91 | - |
| YUV | 181.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 234 | 0.64 | 0.06 | 0 | 0.08 | 185.64 | 0.78 | 0.63 |
| Hex | 55 | DC | EA | 40 | 6 | 0 | 8 | BA | 4E | 3F |
| Octal | 125 | 334 | 352 | 100 | 6 | 0 | 10 | 272 | 116 | 77 |
| Binary | 1010101 | 11011100 | 11101010 | 1000000 | 110 | 0 | 1000 | 10111010 | 1001110 | 111111 |
Color Harmonies of #55DCEA
Complementary color
Monochromatic Colors of #55DCEA
Black with #55DCEA
Text Example
Text Example
White with #55DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCEA; }
p { color: rgb(85,220,234); }
H1.HeaderClassName
{
color: #55DCEA;
}
.AnyTagClassName
{
color: #55DCEA;
}
</style>
background-color css
<style>
a { background-color: #55DCEA; }
a { background-color: rgb(85,220,234); }
div.DivClassName
{
background-color: #55DCEA;
}
.BgClassName
{
background-color: #55DCEA;
}
</style>
border-color css
<style>
span { border-color: #55DCEA; }
span { border-color: rgb(85,220,234); }
td.TdClassName
{
border-color: #55DCEA;
}
.TagClassName
{
border-color: #55DCEA;
}
</style>