Shades of Medium Turquoise #55DCC6
Tints of Medium Turquoise #55DCC6
RGB
CMYK
RGB Variations
Color information
#55DCC6 (or 0x55DCC6) is known color: Medium Turquoise. HEX triplet: 55, DC and C6. RGB value is (85,220,198). Sum of RGB (Red+Green+Blue) = 85+220+198=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCC6 is #AA2339. Grayscale: #B1B1B1. Windows color (decimal): -11150138 or 13032533. OLE color: 13032533.
HSL color Cylindrical-coordinate representation of color #55DCC6: hue angle of 170.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCC6 is Cyan = 0.61, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 198 | - |
| CMYK | 0.61 | 0 | 0.1 | 0.14 |
| HSL | 170.22º | 0.66% | 0.6% | - |
| HSV(B) | 170.22º | 0.61% | 0.86% | - |
| XYZ | 39.53 | 57.19 | 62.38 | - |
| YUV | 177.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 198 | 0.61 | 0 | 0.1 | 0.14 | 170.22 | 0.66 | 0.6 |
| Hex | 55 | DC | C6 | 3D | 0 | A | E | AA | 42 | 3C |
| Octal | 125 | 334 | 306 | 75 | 0 | 12 | 16 | 252 | 102 | 74 |
| Binary | 1010101 | 11011100 | 11000110 | 111101 | 0 | 1010 | 1110 | 10101010 | 1000010 | 111100 |
Color Harmonies of #55DCC6
Complementary color
Monochromatic Colors of #55DCC6
Black with #55DCC6
Text Example
Text Example
White with #55DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCC6; }
p { color: rgb(85,220,198); }
H1.HeaderClassName
{
color: #55DCC6;
}
.AnyTagClassName
{
color: #55DCC6;
}
</style>
background-color css
<style>
a { background-color: #55DCC6; }
a { background-color: rgb(85,220,198); }
div.DivClassName
{
background-color: #55DCC6;
}
.BgClassName
{
background-color: #55DCC6;
}
</style>
border-color css
<style>
span { border-color: #55DCC6; }
span { border-color: rgb(85,220,198); }
td.TdClassName
{
border-color: #55DCC6;
}
.TagClassName
{
border-color: #55DCC6;
}
</style>