Shades of Medium Turquoise #55D9CF
Tints of Medium Turquoise #55D9CF
RGB
CMYK
RGB Variations
Color information
#55D9CF (or 0x55D9CF) is known color: Medium Turquoise. HEX triplet: 55, D9 and CF. RGB value is (85,217,207). Sum of RGB (Red+Green+Blue) = 85+217+207=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9CF is #AA2630. Grayscale: #B0B0B0. Windows color (decimal): -11150897 or 13621589. OLE color: 13621589.
HSL color Cylindrical-coordinate representation of color #55D9CF: hue angle of 175.45º degrees, saturation: 0.63, 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 #55D9CF is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 207 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.15 |
| HSL | 175.45º | 0.63% | 0.59% | - |
| HSV(B) | 175.45º | 0.61% | 0.85% | - |
| XYZ | 39.82 | 56.06 | 67.75 | - |
| YUV | 176.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 207 | 0.61 | 0 | 0.05 | 0.15 | 175.45 | 0.63 | 0.59 |
| Hex | 55 | D9 | CF | 3D | 0 | 5 | F | AF | 3F | 3B |
| Octal | 125 | 331 | 317 | 75 | 0 | 5 | 17 | 257 | 77 | 73 |
| Binary | 1010101 | 11011001 | 11001111 | 111101 | 0 | 101 | 1111 | 10101111 | 111111 | 111011 |
Color Harmonies of #55D9CF
Complementary color
Monochromatic Colors of #55D9CF
Black with #55D9CF
Text Example
Text Example
White with #55D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9CF; }
p { color: rgb(85,217,207); }
H1.HeaderClassName
{
color: #55D9CF;
}
.AnyTagClassName
{
color: #55D9CF;
}
</style>
background-color css
<style>
a { background-color: #55D9CF; }
a { background-color: rgb(85,217,207); }
div.DivClassName
{
background-color: #55D9CF;
}
.BgClassName
{
background-color: #55D9CF;
}
</style>
border-color css
<style>
span { border-color: #55D9CF; }
span { border-color: rgb(85,217,207); }
td.TdClassName
{
border-color: #55D9CF;
}
.TagClassName
{
border-color: #55D9CF;
}
</style>