Shades of Medium Turquoise #55D0CF
Tints of Medium Turquoise #55D0CF
RGB
CMYK
RGB Variations
Color information
#55D0CF (or 0x55D0CF) is known color: Medium Turquoise. HEX triplet: 55, D0 and CF. RGB value is (85,208,207). Sum of RGB (Red+Green+Blue) = 85+208+207=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0CF is #AA2F30. Grayscale: #AAAAAA. Windows color (decimal): -11153201 or 13619285. OLE color: 13619285.
HSL color Cylindrical-coordinate representation of color #55D0CF: hue angle of 179.51º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0CF is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 207 | - |
| CMYK | 0.59 | 0 | 0.00 | 0.18 |
| HSL | 179.51º | 0.57% | 0.57% | - |
| HSV(B) | 179.51º | 0.59% | 0.82% | - |
| XYZ | 37.56 | 51.55 | 67 | - |
| YUV | 171.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 207 | 0.59 | 0 | 0.00 | 0.18 | 179.51 | 0.57 | 0.57 |
| Hex | 55 | D0 | CF | 3B | 0 | 0 | 12 | B4 | 39 | 39 |
| Octal | 125 | 320 | 317 | 73 | 0 | 0 | 22 | 264 | 71 | 71 |
| Binary | 1010101 | 11010000 | 11001111 | 111011 | 0 | 0 | 10010 | 10110100 | 111001 | 111001 |
Color Harmonies of #55D0CF
Complementary color
Monochromatic Colors of #55D0CF
Black with #55D0CF
Text Example
Text Example
White with #55D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0CF; }
p { color: rgb(85,208,207); }
H1.HeaderClassName
{
color: #55D0CF;
}
.AnyTagClassName
{
color: #55D0CF;
}
</style>
background-color css
<style>
a { background-color: #55D0CF; }
a { background-color: rgb(85,208,207); }
div.DivClassName
{
background-color: #55D0CF;
}
.BgClassName
{
background-color: #55D0CF;
}
</style>
border-color css
<style>
span { border-color: #55D0CF; }
span { border-color: rgb(85,208,207); }
td.TdClassName
{
border-color: #55D0CF;
}
.TagClassName
{
border-color: #55D0CF;
}
</style>