Shades of Medium Turquoise #55DFCC
Tints of Medium Turquoise #55DFCC
RGB
CMYK
RGB Variations
Color information
#55DFCC (or 0x55DFCC) is known color: Medium Turquoise. HEX triplet: 55, DF and CC. RGB value is (85,223,204). Sum of RGB (Red+Green+Blue) = 85+223+204=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFCC is #AA2033. Grayscale: #B3B3B3. Windows color (decimal): -11149364 or 13426517. OLE color: 13426517.
HSL color Cylindrical-coordinate representation of color #55DFCC: hue angle of 171.74º 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 #55DFCC is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 204 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.13 |
| HSL | 171.74º | 0.68% | 0.6% | - |
| HSV(B) | 171.74º | 0.62% | 0.87% | - |
| XYZ | 41.03 | 59.07 | 66.37 | - |
| YUV | 179.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 204 | 0.62 | 0 | 0.09 | 0.13 | 171.74 | 0.68 | 0.6 |
| Hex | 55 | DF | CC | 3E | 0 | 9 | D | AC | 44 | 3C |
| Octal | 125 | 337 | 314 | 76 | 0 | 11 | 15 | 254 | 104 | 74 |
| Binary | 1010101 | 11011111 | 11001100 | 111110 | 0 | 1001 | 1101 | 10101100 | 1000100 | 111100 |
Color Harmonies of #55DFCC
Complementary color
Monochromatic Colors of #55DFCC
Black with #55DFCC
Text Example
Text Example
White with #55DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFCC; }
p { color: rgb(85,223,204); }
H1.HeaderClassName
{
color: #55DFCC;
}
.AnyTagClassName
{
color: #55DFCC;
}
</style>
background-color css
<style>
a { background-color: #55DFCC; }
a { background-color: rgb(85,223,204); }
div.DivClassName
{
background-color: #55DFCC;
}
.BgClassName
{
background-color: #55DFCC;
}
</style>
border-color css
<style>
span { border-color: #55DFCC; }
span { border-color: rgb(85,223,204); }
td.TdClassName
{
border-color: #55DFCC;
}
.TagClassName
{
border-color: #55DFCC;
}
</style>