Shades of Medium Turquoise #55DCD1
Tints of Medium Turquoise #55DCD1
RGB
CMYK
RGB Variations
Color information
#55DCD1 (or 0x55DCD1) is known color: Medium Turquoise. HEX triplet: 55, DC and D1. RGB value is (85,220,209). Sum of RGB (Red+Green+Blue) = 85+220+209=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCD1 is #AA232E. Grayscale: #B2B2B2. Windows color (decimal): -11150127 or 13753429. OLE color: 13753429.
HSL color Cylindrical-coordinate representation of color #55DCD1: hue angle of 175.11º 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 #55DCD1 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 209 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.14 |
| HSL | 175.11º | 0.66% | 0.6% | - |
| HSV(B) | 175.11º | 0.61% | 0.86% | - |
| XYZ | 40.85 | 57.72 | 69.31 | - |
| YUV | 178.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 209 | 0.61 | 0 | 0.05 | 0.14 | 175.11 | 0.66 | 0.6 |
| Hex | 55 | DC | D1 | 3D | 0 | 5 | E | AF | 42 | 3C |
| Octal | 125 | 334 | 321 | 75 | 0 | 5 | 16 | 257 | 102 | 74 |
| Binary | 1010101 | 11011100 | 11010001 | 111101 | 0 | 101 | 1110 | 10101111 | 1000010 | 111100 |
Color Harmonies of #55DCD1
Complementary color
Monochromatic Colors of #55DCD1
Black with #55DCD1
Text Example
Text Example
White with #55DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCD1; }
p { color: rgb(85,220,209); }
H1.HeaderClassName
{
color: #55DCD1;
}
.AnyTagClassName
{
color: #55DCD1;
}
</style>
background-color css
<style>
a { background-color: #55DCD1; }
a { background-color: rgb(85,220,209); }
div.DivClassName
{
background-color: #55DCD1;
}
.BgClassName
{
background-color: #55DCD1;
}
</style>
border-color css
<style>
span { border-color: #55DCD1; }
span { border-color: rgb(85,220,209); }
td.TdClassName
{
border-color: #55DCD1;
}
.TagClassName
{
border-color: #55DCD1;
}
</style>