Shades of Medium Turquoise #55DEDD
Tints of Medium Turquoise #55DEDD
RGB
CMYK
RGB Variations
Color information
#55DEDD (or 0x55DEDD) is known color: Medium Turquoise. HEX triplet: 55, DE and DD. RGB value is (85,222,221). Sum of RGB (Red+Green+Blue) = 85+222+221=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEDD is #AA2122. Grayscale: #B4B4B4. Windows color (decimal): -11149603 or 14540373. OLE color: 14540373.
HSL color Cylindrical-coordinate representation of color #55DEDD: hue angle of 179.56º 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 #55DEDD is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 221 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.13 |
| HSL | 179.56º | 0.67% | 0.6% | - |
| HSV(B) | 179.56º | 0.62% | 0.87% | - |
| XYZ | 42.92 | 59.39 | 77.61 | - |
| YUV | 180.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 221 | 0.62 | 0 | 0.00 | 0.13 | 179.56 | 0.67 | 0.6 |
| Hex | 55 | DE | DD | 3E | 0 | 0 | D | B4 | 43 | 3C |
| Octal | 125 | 336 | 335 | 76 | 0 | 0 | 15 | 264 | 103 | 74 |
| Binary | 1010101 | 11011110 | 11011101 | 111110 | 0 | 0 | 1101 | 10110100 | 1000011 | 111100 |
Color Harmonies of #55DEDD
Complementary color
Monochromatic Colors of #55DEDD
Black with #55DEDD
Text Example
Text Example
White with #55DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEDD; }
p { color: rgb(85,222,221); }
H1.HeaderClassName
{
color: #55DEDD;
}
.AnyTagClassName
{
color: #55DEDD;
}
</style>
background-color css
<style>
a { background-color: #55DEDD; }
a { background-color: rgb(85,222,221); }
div.DivClassName
{
background-color: #55DEDD;
}
.BgClassName
{
background-color: #55DEDD;
}
</style>
border-color css
<style>
span { border-color: #55DEDD; }
span { border-color: rgb(85,222,221); }
td.TdClassName
{
border-color: #55DEDD;
}
.TagClassName
{
border-color: #55DEDD;
}
</style>