Shades of Medium Turquoise #55DDC8
Tints of Medium Turquoise #55DDC8
RGB
CMYK
RGB Variations
Color information
#55DDC8 (or 0x55DDC8) is known color: Medium Turquoise. HEX triplet: 55, DD and C8. RGB value is (85,221,200). Sum of RGB (Red+Green+Blue) = 85+221+200=506 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.80% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDC8 is #AA2237. Grayscale: #B1B1B1. Windows color (decimal): -11149880 or 13163861. OLE color: 13163861.
HSL color Cylindrical-coordinate representation of color #55DDC8: hue angle of 170.74º 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 #55DDC8 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 200 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.13 |
| HSL | 170.74º | 0.67% | 0.6% | - |
| HSV(B) | 170.74º | 0.62% | 0.87% | - |
| XYZ | 40.03 | 57.81 | 63.69 | - |
| YUV | 177.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 200 | 0.62 | 0 | 0.10 | 0.13 | 170.74 | 0.67 | 0.6 |
| Hex | 55 | DD | C8 | 3E | 0 | A | D | AB | 43 | 3C |
| Octal | 125 | 335 | 310 | 76 | 0 | 12 | 15 | 253 | 103 | 74 |
| Binary | 1010101 | 11011101 | 11001000 | 111110 | 0 | 1010 | 1101 | 10101011 | 1000011 | 111100 |
Color Harmonies of #55DDC8
Complementary color
Monochromatic Colors of #55DDC8
Black with #55DDC8
Text Example
Text Example
White with #55DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDC8; }
p { color: rgb(85,221,200); }
H1.HeaderClassName
{
color: #55DDC8;
}
.AnyTagClassName
{
color: #55DDC8;
}
</style>
background-color css
<style>
a { background-color: #55DDC8; }
a { background-color: rgb(85,221,200); }
div.DivClassName
{
background-color: #55DDC8;
}
.BgClassName
{
background-color: #55DDC8;
}
</style>
border-color css
<style>
span { border-color: #55DDC8; }
span { border-color: rgb(85,221,200); }
td.TdClassName
{
border-color: #55DDC8;
}
.TagClassName
{
border-color: #55DDC8;
}
</style>