Shades of Medium Turquoise #55C7DC
Tints of Medium Turquoise #55C7DC
RGB
CMYK
RGB Variations
Color information
#55C7DC (or 0x55C7DC) is known color: Medium Turquoise. HEX triplet: 55, C7 and DC. RGB value is (85,199,220). Sum of RGB (Red+Green+Blue) = 85+199+220=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #55C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C7DC is #AA3823. Grayscale: #A7A7A7. Windows color (decimal): -11155492 or 14468949. OLE color: 14468949.
HSL color Cylindrical-coordinate representation of color #55C7DC: hue angle of 189.33º 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 #55C7DC is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 199 | 220 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.14 |
| HSL | 189.33º | 0.66% | 0.6% | - |
| HSV(B) | 189.33º | 0.61% | 0.86% | - |
| XYZ | 37.09 | 47.95 | 75.01 | - |
| YUV | 167.31 | 157.73 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 220 | 0.61 | 0.10 | 0 | 0.14 | 189.33 | 0.66 | 0.6 |
| Hex | 55 | C7 | DC | 3D | A | 0 | E | BD | 42 | 3C |
| Octal | 125 | 307 | 334 | 75 | 12 | 0 | 16 | 275 | 102 | 74 |
| Binary | 1010101 | 11000111 | 11011100 | 111101 | 1010 | 0 | 1110 | 10111101 | 1000010 | 111100 |
Color Harmonies of #55C7DC
Complementary color
Monochromatic Colors of #55C7DC
Black with #55C7DC
Text Example
Text Example
White with #55C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C7DC; }
p { color: rgb(85,199,220); }
H1.HeaderClassName
{
color: #55C7DC;
}
.AnyTagClassName
{
color: #55C7DC;
}
</style>
background-color css
<style>
a { background-color: #55C7DC; }
a { background-color: rgb(85,199,220); }
div.DivClassName
{
background-color: #55C7DC;
}
.BgClassName
{
background-color: #55C7DC;
}
</style>
border-color css
<style>
span { border-color: #55C7DC; }
span { border-color: rgb(85,199,220); }
td.TdClassName
{
border-color: #55C7DC;
}
.TagClassName
{
border-color: #55C7DC;
}
</style>