Shades of Medium Turquoise #55DFDC
Tints of Medium Turquoise #55DFDC
RGB
CMYK
RGB Variations
Color information
#55DFDC (or 0x55DFDC) is known color: Medium Turquoise. HEX triplet: 55, DF and DC. RGB value is (85,223,220). Sum of RGB (Red+Green+Blue) = 85+223+220=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFDC is #AA2023. Grayscale: #B5B5B5. Windows color (decimal): -11149348 or 14475093. OLE color: 14475093.
HSL color Cylindrical-coordinate representation of color #55DFDC: hue angle of 178.7º degrees, saturation: 0.68, 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 #55DFDC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 220 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 178.7º | 0.68% | 0.6% | - |
| HSV(B) | 178.7º | 0.62% | 0.87% | - |
| XYZ | 43.05 | 59.87 | 77 | - |
| YUV | 181.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 220 | 0.62 | 0 | 0.01 | 0.13 | 178.7 | 0.68 | 0.6 |
| Hex | 55 | DF | DC | 3E | 0 | 1 | D | B3 | 44 | 3C |
| Octal | 125 | 337 | 334 | 76 | 0 | 1 | 15 | 263 | 104 | 74 |
| Binary | 1010101 | 11011111 | 11011100 | 111110 | 0 | 1 | 1101 | 10110011 | 1000100 | 111100 |
Color Harmonies of #55DFDC
Complementary color
Monochromatic Colors of #55DFDC
Black with #55DFDC
Text Example
Text Example
White with #55DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFDC; }
p { color: rgb(85,223,220); }
H1.HeaderClassName
{
color: #55DFDC;
}
.AnyTagClassName
{
color: #55DFDC;
}
</style>
background-color css
<style>
a { background-color: #55DFDC; }
a { background-color: rgb(85,223,220); }
div.DivClassName
{
background-color: #55DFDC;
}
.BgClassName
{
background-color: #55DFDC;
}
</style>
border-color css
<style>
span { border-color: #55DFDC; }
span { border-color: rgb(85,223,220); }
td.TdClassName
{
border-color: #55DFDC;
}
.TagClassName
{
border-color: #55DFDC;
}
</style>