Shades of Medium Turquoise #55CFBD
Tints of Medium Turquoise #55CFBD
RGB
CMYK
RGB Variations
Color information
#55CFBD (or 0x55CFBD) is known color: Medium Turquoise. HEX triplet: 55, CF and BD. RGB value is (85,207,189). Sum of RGB (Red+Green+Blue) = 85+207+189=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBD is #AA3042. Grayscale: #A8A8A8. Windows color (decimal): -11153475 or 12439381. OLE color: 12439381.
HSL color Cylindrical-coordinate representation of color #55CFBD: hue angle of 171.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFBD is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 189 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.19 |
| HSL | 171.15º | 0.56% | 0.57% | - |
| HSV(B) | 171.15º | 0.59% | 0.81% | - |
| XYZ | 35.24 | 50.23 | 55.98 | - |
| YUV | 168.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 189 | 0.59 | 0 | 0.09 | 0.19 | 171.15 | 0.56 | 0.57 |
| Hex | 55 | CF | BD | 3B | 0 | 9 | 13 | AB | 38 | 39 |
| Octal | 125 | 317 | 275 | 73 | 0 | 11 | 23 | 253 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10111101 | 111011 | 0 | 1001 | 10011 | 10101011 | 111000 | 111001 |
Color Harmonies of #55CFBD
Complementary color
Monochromatic Colors of #55CFBD
Black with #55CFBD
Text Example
Text Example
White with #55CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFBD; }
p { color: rgb(85,207,189); }
H1.HeaderClassName
{
color: #55CFBD;
}
.AnyTagClassName
{
color: #55CFBD;
}
</style>
background-color css
<style>
a { background-color: #55CFBD; }
a { background-color: rgb(85,207,189); }
div.DivClassName
{
background-color: #55CFBD;
}
.BgClassName
{
background-color: #55CFBD;
}
</style>
border-color css
<style>
span { border-color: #55CFBD; }
span { border-color: rgb(85,207,189); }
td.TdClassName
{
border-color: #55CFBD;
}
.TagClassName
{
border-color: #55CFBD;
}
</style>