Shades of Medium Turquoise #55DEDC
Tints of Medium Turquoise #55DEDC
RGB
CMYK
RGB Variations
Color information
#55DEDC (or 0x55DEDC) is known color: Medium Turquoise. HEX triplet: 55, DE and DC. RGB value is (85,222,220). Sum of RGB (Red+Green+Blue) = 85+222+220=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEDC is #AA2123. Grayscale: #B4B4B4. Windows color (decimal): -11149604 or 14474837. OLE color: 14474837.
HSL color Cylindrical-coordinate representation of color #55DEDC: hue angle of 179.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEDC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 220 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.67% | 0.6% | - |
| HSV(B) | 179.12º | 0.62% | 0.87% | - |
| XYZ | 42.79 | 59.34 | 76.91 | - |
| YUV | 180.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 220 | 0.62 | 0 | 0.01 | 0.13 | 179.12 | 0.67 | 0.6 |
| Hex | 55 | DE | DC | 3E | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 125 | 336 | 334 | 76 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11011100 | 111110 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #55DEDC
Complementary color
Monochromatic Colors of #55DEDC
Black with #55DEDC
Text Example
Text Example
White with #55DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEDC; }
p { color: rgb(85,222,220); }
H1.HeaderClassName
{
color: #55DEDC;
}
.AnyTagClassName
{
color: #55DEDC;
}
</style>
background-color css
<style>
a { background-color: #55DEDC; }
a { background-color: rgb(85,222,220); }
div.DivClassName
{
background-color: #55DEDC;
}
.BgClassName
{
background-color: #55DEDC;
}
</style>
border-color css
<style>
span { border-color: #55DEDC; }
span { border-color: rgb(85,222,220); }
td.TdClassName
{
border-color: #55DEDC;
}
.TagClassName
{
border-color: #55DEDC;
}
</style>