Shades of Medium Turquoise #55DAC0
Tints of Medium Turquoise #55DAC0
RGB
CMYK
RGB Variations
Color information
#55DAC0 (or 0x55DAC0) is known color: Medium Turquoise. HEX triplet: 55, DA and C0. RGB value is (85,218,192). Sum of RGB (Red+Green+Blue) = 85+218+192=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DAC0 is #AA253F. Grayscale: #AFAFAF. Windows color (decimal): -11150656 or 12638805. OLE color: 12638805.
HSL color Cylindrical-coordinate representation of color #55DAC0: hue angle of 168.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 192 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.15 |
| HSL | 168.27º | 0.64% | 0.59% | - |
| HSV(B) | 168.27º | 0.61% | 0.85% | - |
| XYZ | 38.33 | 55.88 | 58.63 | - |
| YUV | 175.27 | 137.44 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 192 | 0.61 | 0 | 0.12 | 0.15 | 168.27 | 0.64 | 0.59 |
| Hex | 55 | DA | C0 | 3D | 0 | C | F | A8 | 40 | 3B |
| Octal | 125 | 332 | 300 | 75 | 0 | 14 | 17 | 250 | 100 | 73 |
| Binary | 1010101 | 11011010 | 11000000 | 111101 | 0 | 1100 | 1111 | 10101000 | 1000000 | 111011 |
Color Harmonies of #55DAC0
Complementary color
Monochromatic Colors of #55DAC0
Black with #55DAC0
Text Example
Text Example
White with #55DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DAC0; }
p { color: rgb(85,218,192); }
H1.HeaderClassName
{
color: #55DAC0;
}
.AnyTagClassName
{
color: #55DAC0;
}
</style>
background-color css
<style>
a { background-color: #55DAC0; }
a { background-color: rgb(85,218,192); }
div.DivClassName
{
background-color: #55DAC0;
}
.BgClassName
{
background-color: #55DAC0;
}
</style>
border-color css
<style>
span { border-color: #55DAC0; }
span { border-color: rgb(85,218,192); }
td.TdClassName
{
border-color: #55DAC0;
}
.TagClassName
{
border-color: #55DAC0;
}
</style>