Shades of Medium Turquoise #55DCBF
Tints of Medium Turquoise #55DCBF
RGB
CMYK
RGB Variations
Color information
#55DCBF (or 0x55DCBF) is known color: Medium Turquoise. HEX triplet: 55, DC and BF. RGB value is (85,220,191). Sum of RGB (Red+Green+Blue) = 85+220+191=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCBF is #AA2340. Grayscale: #B0B0B0. Windows color (decimal): -11150145 or 12573781. OLE color: 12573781.
HSL color Cylindrical-coordinate representation of color #55DCBF: hue angle of 167.11º 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 #55DCBF is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 191 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.14 |
| HSL | 167.11º | 0.66% | 0.6% | - |
| HSV(B) | 167.11º | 0.61% | 0.86% | - |
| XYZ | 38.74 | 56.88 | 58.23 | - |
| YUV | 176.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 191 | 0.61 | 0 | 0.13 | 0.14 | 167.11 | 0.66 | 0.6 |
| Hex | 55 | DC | BF | 3D | 0 | D | E | A7 | 42 | 3C |
| Octal | 125 | 334 | 277 | 75 | 0 | 15 | 16 | 247 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10111111 | 111101 | 0 | 1101 | 1110 | 10100111 | 1000010 | 111100 |
Color Harmonies of #55DCBF
Complementary color
Monochromatic Colors of #55DCBF
Black with #55DCBF
Text Example
Text Example
White with #55DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCBF; }
p { color: rgb(85,220,191); }
H1.HeaderClassName
{
color: #55DCBF;
}
.AnyTagClassName
{
color: #55DCBF;
}
</style>
background-color css
<style>
a { background-color: #55DCBF; }
a { background-color: rgb(85,220,191); }
div.DivClassName
{
background-color: #55DCBF;
}
.BgClassName
{
background-color: #55DCBF;
}
</style>
border-color css
<style>
span { border-color: #55DCBF; }
span { border-color: rgb(85,220,191); }
td.TdClassName
{
border-color: #55DCBF;
}
.TagClassName
{
border-color: #55DCBF;
}
</style>